We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70038fd commit 7f8c0a6Copy full SHA for 7f8c0a6
.github/workflows/rust.yml
@@ -21,7 +21,7 @@ jobs:
21
cargo fmt --all -- --check
22
23
- name: Run clippy
24
- uses: actions-rs-plus/clippy-check@v2.0.0
+ uses: actions-rs-plus/clippy-check@v2.2.0
25
with:
26
args: --all -- -D warnings --verbose
27
0 commit comments