Go back to stable clippy-check
The experimental one duplicates outputs X however many github checks run, rust or not.
This commit is contained in:
parent
685bdaf2df
commit
dab3eeca3c
|
@ -63,8 +63,9 @@ jobs:
|
|||
components: clippy
|
||||
override: true
|
||||
- name: Run clippy
|
||||
uses: actions-rs/clippy@master # Next gen Clippy Action, unstable
|
||||
uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features --all-targets
|
||||
|
||||
fmt:
|
||||
|
|
Loading…
Reference in New Issue