Skip to content

Commit

Permalink
Do not fail action on spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelgg93 committed Mar 15, 2023
1 parent c2cae2f commit 24eaae7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/PR-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 24eaae7

Please sign in to comment.