From 9213e02b435ff04abe9d17c100c3ca83914677b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Wed, 18 Sep 2024 11:47:41 +0200 Subject: [PATCH] Remove clippy annotation (#4896) --- .github/workflows/ci-build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6ea20621ba..f803f13d8b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -90,14 +90,6 @@ jobs: command: test args: --workspace -- --ignored - - name: Annotate with clippy checks - if: contains(matrix.os, 'ubuntu') - uses: actions-rs/clippy-check@v1 - continue-on-error: true - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --workspace - - name: Clippy uses: actions-rs/cargo@v1 with: