Skip to content

Commit 5a9905a

Browse files
committed
Try this
1 parent 4058bc6 commit 5a9905a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/basic-qa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ jobs:
9595
# yamllint disable-line rule:line-length
9696
if: ${{ always() && steps.spellcheck.outputs.number_of_files_with_issues != 3 }}
9797
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

Comments
 (0)