CI: Use the cargo-clippy workflow.
parent
b982d36303
commit
795c1225dd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue