Clippy Action
Version updated for https://github.com/auguwu/clippy-action to version 1.5.0.
- This action is used across all versions by 179 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Clippy GitHub Action is a modernized solution for running Rust’s Clippy linter in CI workflows, serving as an updated alternative to the unmaintained actions-rs/clippy. It automates the process of analyzing Rust code for common mistakes and potential improvements, helping developers maintain high code quality. The action also supports writing Clippy results as check runs, leveraging GitHub’s latest action features.
Release notes
It has been a while, huh?~
Well, I upgraded all the dependencies and fix testing, everything else should just work. hopefully~
Full Changelog: https://github.com/auguwu/clippy-action/compare/1.4.0...1.5.0