Revert "CI: Use the cargo-clippy workflow."
This reverts commit 795c1225dd
.
This commit is contained in:
parent
795c1225dd
commit
0a76f75c22
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -49,9 +49,9 @@ jobs:
|
|||
override: true
|
||||
|
||||
- name: Clippy
|
||||
uses: actions-rs/clippy-check@v1
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
command: clippy
|
||||
args: --all-targets -- -D warnings
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue