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 Nov 29, 2022
1 parent 6cab2a5 commit d33f24b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
components: clippy, rustfmt
- name: Run rustfmt
run: cargo fmt --all -- --check
- uses: actions-rs/clippy-check@v1
- uses: giraffate/clippy-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets
clippy_flags: --all-targets
filter_mode: nofilter

- name: Run internal tests
run: |
Expand Down

0 comments on commit d33f24b

Please sign in to comment.