Skip to content

Commit

Permalink
ci: Update GitHub workflow for clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
mantono committed Jan 4, 2024
1 parent e9cd0c3 commit 8ed46f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
- uses: clechasseur/rs-clippy-check@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features

0 comments on commit 8ed46f9

Please sign in to comment.