Skip to content

Commit

Permalink
Switch to clippy-check action
Browse files Browse the repository at this point in the history
This should annotate PRs with clippy warnings
  • Loading branch information
simu committed Aug 29, 2023
1 parent 7c1a89e commit f1568d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
with:
command: fmt
args: --check
- uses: actions-rs/cargo@v1
- uses: actions-rs/clippy-check@v1
with:
command: clippy
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features

tests:
strategy:
Expand Down

0 comments on commit f1568d8

Please sign in to comment.