Below you will find pages that utilize the taxonomy term “Clechasseur”
April 24, 2026
rs-cargo
Version updated for https://github.com/clechasseur/rs-cargo to version v5.0.4.
This action is used across all versions by 289 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 rs-cargo GitHub Action automates the execution of cargo commands for Rust projects, streamlining tasks such as building, testing, or checking code. It simplifies workflows by supporting cross-compilation and tools like cross and cargo-hack, while also surfacing cargo warnings and errors directly in the GitHub UI. This action is particularly useful for enhancing CI pipelines in Rust projects with minimal configuration effort.
April 24, 2026
rs-clippy-check
Version updated for https://github.com/clechasseur/rs-clippy-check to version v6.0.3.
This action is used across all versions by 380 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 rs-clippy-check GitHub Action automates the process of running Rust’s clippy linter on your code and posts linting results as annotations directly on the relevant commit in a pull request. It helps developers identify and address code issues early in the development process by integrating clippy checks into CI workflows. Key features include support for customizable configurations like toolchains, arguments, and working directories, as well as immutable release versions for enhanced security and reliability.