Skip to content

Commit

Permalink
Transform clippy warnings into errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Jul 12, 2023
1 parent e5a671b commit d0c91fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
components: clippy
- uses: actions/checkout@master
- name: Lint with clippy
run: cargo clippy --all
run: cargo clippy --all -- -D warnings --verbose

0 comments on commit d0c91fc

Please sign in to comment.