File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ jobs:
88
88
89
89
- name : Fail the build when more spelling issues were found than expected - part 2
90
90
# yamllint disable-line rule:line-length
91
- if : ${{ always() && steps.spellcheck.outputs.number_of_issues != 4 }}
91
+ if : ${{ always() && steps.spellcheck.outputs.number_of_issues != 5 }}
92
92
run : exit 1
93
93
94
94
- name : Fail the build when more spelling issues were found than expected - part 3
95
95
# yamllint disable-line rule:line-length
96
- if : ${{ always() && steps.spellcheck.outputs.number_of_files_with_issues != 3 }}
96
+ if : ${{ always() && steps.spellcheck.outputs.number_of_files_with_issues != 2 }}
97
97
run : exit 1
98
98
99
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 ) }}
100
+ if : ${{ always() && ( steps.spellcheck.outputs.number_of_issues != 5 || steps.spellcheck.outputs.number_of_files_with_issues != 2 ) }}
101
101
run : exit 1
You can’t perform that action at this time.
0 commit comments