From 4e074d98f38cf7d7d2cb287ae502b0ae4099eff2 Mon Sep 17 00:00:00 2001 From: Nathan Graule Date: Fri, 26 Jul 2024 23:35:34 +0200 Subject: [PATCH] ci: don't fail on clippy failed --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f6939d6..b83e548 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,6 +23,7 @@ jobs: override: true components: rustfmt, clippy - uses: LoliGothick/clippy-check@master + continue-on-error: true with: token: ${{ secrets.GITHUB_TOKEN }} - name: Build