diff --git a/.github/workflows/PR-checks.yml b/.github/workflows/PR-checks.yml index 7ff67edf9..df604f2ba 100644 --- a/.github/workflows/PR-checks.yml +++ b/.github/workflows/PR-checks.yml @@ -112,10 +112,3 @@ jobs: **/*.{md,html,ipynb} strict: false verbose: true - - - name: 'Fail if spelling errors are found' - id: fail - if: steps.cspell.outputs.number_of_issues > 0 - run: | - echo "fail_spelling="Spelling errors found" >> $GITHUB_OUTPUT -