Skip to content

Commit

Permalink
Enable clippy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinuel committed Jul 26, 2023
1 parent 64e9417 commit 19414a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ jobs:
with:
command: fmt
args: --all -- --check
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features

0 comments on commit 19414a4

Please sign in to comment.