Skip to content

Commit

Permalink
update clippy linting job
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.eades committed Dec 1, 2022
1 parent d5f2865 commit f3f3cf6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
with:
toolchain: nightly-2022-11-30
components: clippy
- uses: actions-rs/clippy-check@v1
- uses: giraffate/clippy-action@41d079cb4ab2466a07853dc78eefbbe4de373a2d
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all --all-targets
clippy_flags: --all-targets
reporter: github-pr-review
filter_mode: nofilter

internal-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3f3cf6

Please sign in to comment.