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 eaa490a commit c2cae2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/PR-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,4 @@ jobs:
if: steps.cspell.outputs.number_of_issues > 0
run: |
echo "fail_spelling="Spelling errors found" >> $GITHUB_OUTPUT
exit 1

0 comments on commit c2cae2f

Please sign in to comment.