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 7f8c0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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

Expand Down

0 comments on commit 7f8c0a6

Please sign in to comment.