Skip to content

Commit

Permalink
Switch to different Clippy reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jan 16, 2024
1 parent da20d39 commit 70aeab8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Run tests with proposals enabled
run: cargo test --features=proposals -- -q
- name: Run `clippy check`
uses: actions-rs/clippy-check@v1
uses: giraffate/clippy-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --features=proposals --all-targets -q -- -D warnings
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
clippy_flags: --workspace --features=proposals --all-targets -q -- -D warnings

0 comments on commit 70aeab8

Please sign in to comment.