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

Add clippy lint GitHub Actions CI #12

Merged
merged 3 commits into from
Sep 20, 2024
Merged

Add clippy lint GitHub Actions CI #12

merged 3 commits into from
Sep 20, 2024

Commits on May 16, 2024

  1. Add clippy lint GitHub Actions CI

    Run `cargo clippy --all-targets --all-features` on Continuous Integration on every Pull Request and push to main. Adapted from https://doc.rust-lang.org/stable/clippy/continuous_integration/github_actions.html
    weiji14 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e647018 View commit details
    Browse the repository at this point in the history
  2. Set CARGO_TERM_COLOR=always environment variable

    Colorize the terminal output in the GitHub Actions CI logs.
    weiji14 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d14e278 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    aa0cfc0 View commit details
    Browse the repository at this point in the history