Skip to content

Commit

Permalink
Enforce clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Feb 19, 2024
1 parent 7b00b1d commit aac2de9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:
- uses: actions/checkout@v3
- name: rustfmt
run: rustfmt --check src/**/*.rs
- name: clippy
run: cargo clippy -- -D warnings

0 comments on commit aac2de9

Please sign in to comment.