From c2cae2fa09794ca2d7935abfbf04913e64408507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Wed, 15 Mar 2023 15:13:59 +0100 Subject: [PATCH] Do not fail action on spell checker --- .github/workflows/PR-checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/PR-checks.yml b/.github/workflows/PR-checks.yml index ca46544e2..7ff67edf9 100644 --- a/.github/workflows/PR-checks.yml +++ b/.github/workflows/PR-checks.yml @@ -118,5 +118,4 @@ jobs: if: steps.cspell.outputs.number_of_issues > 0 run: | echo "fail_spelling="Spelling errors found" >> $GITHUB_OUTPUT - exit 1