Skip to content

Commit

Permalink
fix clippy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Jul 20, 2024
1 parent a8966e0 commit 313ef70
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 @@ -23,7 +23,7 @@ jobs:
- name: run clippy
run: |
if [ ${{ inputs.error-on-warn }} ]; then
cargo clippy --verbose --features all-unstable,all-addons --deny warnings
cargo clippy --verbose --features all-unstable,all-addons -- --deny warnings
else
cargo clippy --verbose --features all-unstable,all-addons
fi

0 comments on commit 313ef70

Please sign in to comment.