Rust Lint Action
Version updated for https://github.com/Profiidev/rust-lint-action to version v4.0.0.
- This action is used across all versions by 22 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 Rust Lint Action is a GitHub Action designed to automate the process of running linting tools for Rust projects. It helps identify and enforce code quality standards by integrating checks like clippy and rustfmt directly into your CI/CD pipeline. This action streamlines code review workflows by automatically detecting issues and formatting inconsistencies, ensuring cleaner and more maintainable codebases.
What’s Changed
Lint action version v4.0.0 has been released!
What’s Changed
- doc: readme by @Profiidev in https://github.com/Profiidev/rust-lint-action/pull/1
- Release version v4.0.0 by @Profiidev in https://github.com/Profiidev/rust-lint-action/pull/2
New Contributors
- @Profiidev made their first contribution in https://github.com/Profiidev/rust-lint-action/pull/1
Full Changelog: https://github.com/Profiidev/rust-lint-action/compare/v3...v4.0.0