CI: Remove duplicate Clippy job name

Naming the job and the task makes it show up twice
This commit is contained in:
teor 2021-06-14 15:33:51 +10:00 committed by Deirdre Connolly
parent 0e89236405
commit 0a34d506cf
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ jobs:
- name: Run clippy
uses: actions-rs/clippy-check@v1.0.7
with:
name: Clippy (stable)
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets -- -D warnings