Skip to content

Commit cca9baf

Browse files
committed
Update the clippy action
1 parent 70038fd commit cca9baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
cargo fmt --all -- --check
2222
2323
- name: Run clippy
24-
uses: actions-rs-plus/clippy-check@v2.0.0
24+
uses: actions-rs-plus/clippy-check@v2.2.0
2525
with:
26-
args: --all -- -D warnings --verbose
26+
args: --all -- -D warnings
2727

2828
coverage:
2929
needs: arch-test

0 commit comments

Comments
 (0)