openrr / urdf-rs

URDF parser for Rust
Apache License 2.0
30 stars 11 forks source link

Fix format check in CI #11

Closed taiki-e closed 3 years ago

taiki-e commented 3 years ago

https://github.com/openrr/urdf-rs/pull/10#discussion_r566001872

rustfmt will not return an error even if there is code that needs to be formatted unless we pass a --check flag. And since there is no matrix named target, matrix.target == 'stable' is always false.