Skip to content

Commit e9737f1

Browse files
committed
ci: fix clippy cmd
1 parent 57a761f commit e9737f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Clippy Lints
3434
run: |
3535
# Lint Changes
36-
cargo clippy -W clippy::pedantic -W clippy::correctness -W clippy::suspicious
36+
cargo clippy -- -W clippy::pedantic -W clippy::correctness -W clippy::suspicious
3737

0 commit comments

Comments
 (0)