Skip to content

Commit

Permalink
Update clippy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-af authored Jul 29, 2024
1 parent 5472e3e commit 83bed86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
- uses: actions-rs/clippy-check@v1.0.7
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: --all-features --workspace -- -D warnings

0 comments on commit 83bed86

Please sign in to comment.