Skip to content

Commit

Permalink
ci: use actions-rs/clippy-check action
Browse files Browse the repository at this point in the history
This allows Clippy checks to be surfaced inline in a pull request. See https://github.com/actions-rs/clippy-check.
  • Loading branch information
arxanas committed Aug 1, 2021
1 parent fa2bf58 commit 83e3cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
command: fmt
args: --all -- --check
- name: Run `cargo clippy`
uses: actions-rs/cargo@v1
uses: actions-rs/clippy-check@v1
with:
command: clippy
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D warnings

0 comments on commit 83e3cac

Please sign in to comment.