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 8bd10ad commit af7dcffCopy full SHA for af7dcff
.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 != 4 || steps.spellcheck.outputs.number_of_files_with_issues != 3 ) }}
+ if: ${{ always() && ( steps.spellcheck.outputs.number_of_issues != 2 || steps.spellcheck.outputs.number_of_files_with_issues != 4 ) }}
80
run: exit 1
0 commit comments