Skip to content

Commit

Permalink
Update the clippy action
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jun 14, 2024
1 parent 70038fd commit ea18de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
cargo fmt --all -- --check
- name: Run clippy
uses: actions-rs-plus/clippy-check@v2.0.0
uses: actions-rs-plus/clippy-check@v2.2.0
with:
args: --all -- -D warnings --verbose
args: --all -- -D warnings

coverage:
needs: arch-test
Expand Down

0 comments on commit ea18de2

Please sign in to comment.