diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c61baece..75796f7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: 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 + name: Clippy (stable) Results token: ${{ secrets.GITHUB_TOKEN }} args: --all-features --all-targets -- -D warnings