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:
Deirdre Connolly 2020-06-16 16:44:32 -04:00 committed by Deirdre Connolly
parent 685bdaf2df
commit dab3eeca3c
1 changed files with 2 additions and 1 deletions

View File

@ -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: