actions-rs / clippy-check

📎 GitHub Action for PR annotations with clippy warnings
https://github.com/marketplace/actions/rust-clippy-check
MIT License
287 stars 40 forks source link

clippy job succeeds even when clippy_check fails #139

Open andrewbanchich opened 3 years ago

andrewbanchich commented 3 years ago

If a project fails to compile, the clippy annotation job will succeed. It currently only fails if the project compiles and its lints return results.

Related to this: the verbose JSON output from clippy_check is really hard to read. If a project fails to compile, it would be nice if the clippy job produced the compilation error in a human readable output.