TrevorSatori / kronos

Terminal Music Player Written In Rust
GNU General Public License v3.0
50 stars 9 forks source link

Add Rustfmt and Clippy GitHub Actions Jobs #21

Closed gondolyr closed 1 year ago

gondolyr commented 1 year ago

This adds jobs to run cargo fmt and cargo clippy to ensure new code is compliant with the built-in formatter and the Clippy linter. Running Clippy will help catch common Rust mistakes and non-idiomatic code.