From 5095902245f8ce7d98d2344dd509e4d4b6ff730b Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Mon, 14 Oct 2024 19:09:58 +0300 Subject: [PATCH] .github: allow codespell action to fail. Signed-off-by: Krisztian Litkey --- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 60c6c95fc..c7bd940d8 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -10,6 +10,7 @@ jobs: codespell: name: Check for spelling errors runs-on: ubuntu-latest + continue-on-error: true steps: - name: Checkout