Skip to content

Commit

Permalink
ci: Fix Clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkbyers committed Mar 9, 2024
1 parent ddf0091 commit 32b6a0d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ jobs:
- uses: actions/checkout@v3
- name: Install Clippy
run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D warnings
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings

0 comments on commit 32b6a0d

Please sign in to comment.