ci: use clippy annotations
This commit is contained in:
parent
515ddc3130
commit
9c5453bd9c
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
args: --all -- --check
|
args: --all -- --check
|
||||||
|
|
||||||
- name: Run cargo clippy
|
- name: Run cargo clippy
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/clippy-check@v1
|
||||||
with:
|
with:
|
||||||
command: clippy
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: -- -D warnings
|
args: --all-features
|
||||||
|
|
Loading…
Reference in a new issue