RustBeginners / please

use one command to build and run all your projects, independent from the programming language in use
17 stars 1 forks source link

add a CI pass to check the code with clippy #15

Open Geal opened 6 years ago

Geal commented 6 years ago

the clippy project provides useful advices on how to write Rust code, it would be nice to have those checks on every pull request, in the CI

Geal commented 6 years ago

cf https://dev.to/cad97/great-rust-ci-1fk6 to see how to do it