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 adbcdf6 commit abeb190Copy full SHA for abeb190
.github/workflows/basic-qa.yml
@@ -76,5 +76,5 @@ jobs:
76
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
77
- name: Fail the build when more spelling issues were found than expected
78
# yamllint disable-line rule:line-length
79
- if: ${{ steps.spellcheck.outputs.success == false && steps.spellcheck.outputs.number_of_issues != 5 && steps.spellcheck.outputs.number_of_files_with_issues != 3}}
+ if: ${{ steps.spellcheck.outputs.success == false && steps.spellcheck.outputs.number_of_issues != 4 && steps.spellcheck.outputs.number_of_files_with_issues != 3}}
80
run: exit 1
0 commit comments