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 4058bc6 commit 5a9905aCopy full SHA for 5a9905a
.github/workflows/basic-qa.yml
@@ -95,3 +95,7 @@ jobs:
95
# yamllint disable-line rule:line-length
96
if: ${{ always() && steps.spellcheck.outputs.number_of_files_with_issues != 3 }}
97
run: exit 1
98
+
99
+ - name: Fail the build when more spelling issues were found than expected - altogether
100
+ if: ${{ always() && ( steps.spellcheck.outputs.number_of_issues != 4 || steps.spellcheck.outputs.number_of_files_with_issues != 3 ) }}
101
+ run: exit 1
0 commit comments