From 0a34d506cf8426f004ee073392d53567cd334d05 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 14 Jun 2021 15:33:51 +1000 Subject: [PATCH] CI: Remove duplicate Clippy job name Naming the job and the task makes it show up twice --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 592b1586d..0810ea9cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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