We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c4704 commit 8bd10adCopy full SHA for 8bd10ad
.github/workflows/basic-qa.yml
@@ -76,5 +76,5 @@ jobs:
76
77
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
78
- name: Fail the build when more spelling issues were found than expected
79
- if: ${{ always() && ( steps.spellcheck.outputs.number_of_issues != 5 || steps.spellcheck.outputs.number_of_files_with_issues != 3 ) }}
+ if: ${{ always() && ( steps.spellcheck.outputs.number_of_issues != 4 || steps.spellcheck.outputs.number_of_files_with_issues != 3 ) }}
80
run: exit 1
0 commit comments