Skip to content

Commit

Permalink
Replace actions-rs/clippy-check
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jul 18, 2023
1 parent 510fba8 commit a783385
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/clippy-check@v1
uses: actions-rs-plus/clippy-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all -- -D warnings --verbose
Expand Down

0 comments on commit a783385

Please sign in to comment.