Skip to content

Commit

Permalink
Add clippy action
Browse files Browse the repository at this point in the history
  • Loading branch information
wackywendell committed Jun 7, 2024
1 parent 56509d8 commit ae1c03c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose
- name: Run clippy
run: cargo clippy --verbose

0 comments on commit ae1c03c

Please sign in to comment.