Use a different name for clippy job and results

This commit is contained in:
teor 2021-06-15 08:24:53 +10:00 committed by Deirdre Connolly
parent 0a34d506cf
commit 130e348b0f
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ jobs:
- name: Run clippy
uses: actions-rs/clippy-check@v1.0.7
with:
# GitHub displays the clippy job and its results as separate entries
name: ${{ jobs.clippy.name }} Results
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets -- -D warnings