From 0d71769762c4ac888986cff93d5abfd1001bced4 Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Mon, 6 Jan 2025 13:30:12 +0100 Subject: [PATCH] linter --- .github/workflows/default_spelling_callable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/default_spelling_callable.yml b/.github/workflows/default_spelling_callable.yml index dd9607d..71254fa 100644 --- a/.github/workflows/default_spelling_callable.yml +++ b/.github/workflows/default_spelling_callable.yml @@ -13,6 +13,7 @@ on: jobs: cspell: runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -34,6 +35,7 @@ jobs: dictionaries: ${{ steps.changes-for-shell.outputs.dictionaries }} validate-dictionaries: + continue-on-error: true runs-on: ubuntu-latest if: needs.find-changes-for-shell-output.outputs.dictionaries == 'true' steps: