Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group Rust checks in an action #8

Open
fuzzypixelz opened this issue Mar 4, 2024 · 0 comments
Open

Group Rust checks in an action #8

fuzzypixelz opened this issue Mar 4, 2024 · 0 comments

Comments

@fuzzypixelz
Copy link
Member

fuzzypixelz commented Mar 4, 2024

Describe the feature

Repositories that include Rust crates typically perform more-or-less the same Rust checks in their CI.

  • Run Clippy
  • Check code formatting
  • Run tests
  • Run rustdoc (not currently done)

Generalizing this process as an action would make it easier to add more checks to all crates at once:

  • Check for unused dependencies (cargo-udeps)
  • Check for un-allowed licenses (cargo-deny)
  • Check for security vulnerabilities (cargo-audit)
  • Verify MSRV value (cargo-msrv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant