Closed danielvschoor closed 4 years ago
Here is an example: https://github.com/danielvschoor/rust-sc2/pull/1/checks?check_run_id=1241198467
It currently fails because of Clippy (2 deprecated lints) and because of Rustfmt (some files aren't formatted correctly)
I have commented out the tests, since tests does not seem to be working at the moment.
This is now ready to be merged
This currently builds the library on Mac, Windows and Ubuntu, runs tests, runs Clippy(it will fail on warnings) and runs
cargo fmt
(which will fail the CI job if the files aren't correctly formatted)