Skip to content

Commit

Permalink
Use giraffate/clippy-action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 12, 2024
1 parent fd43774 commit a75c832
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ jobs:
key: ${{ matrix.action }}
- name: Cargo clippy
if: matrix.action == 'clippy'
uses: actions-rs/clippy-check@v1
uses: giraffate/clippy-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --all-features --all-targets --locked
clippy_flags: --workspace --all-features --all-targets --locked
- name: Cargo fmt
if: matrix.action == 'fmt'
run: |
Expand Down

0 comments on commit a75c832

Please sign in to comment.