CI: Use the cargo-clippy workflow.

master
Damir Jelić 2020-12-08 12:37:39 +01:00
parent b982d36303
commit 795c1225dd
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@ jobs:
override: true
- name: Clippy
uses: actions-rs/cargo@v1
uses: actions-rs/clippy-check@v1
with:
command: clippy
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets -- -D warnings
test: