Skip to content

Commit

Permalink
Add clippy to lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Feb 11, 2024
1 parent 44923d2 commit 3e0d69b
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 3e0d69b

Please sign in to comment.