CI: Remove duplicate Clippy job name
Naming the job and the task makes it show up twice
This commit is contained in:
parent
0e89236405
commit
0a34d506cf
|
@ -161,7 +161,6 @@ jobs:
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
uses: actions-rs/clippy-check@v1.0.7
|
uses: actions-rs/clippy-check@v1.0.7
|
||||||
with:
|
with:
|
||||||
name: Clippy (stable)
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --all-features --all-targets -- -D warnings
|
args: --all-features --all-targets -- -D warnings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue