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 abeb190 commit d8826c1Copy full SHA for d8826c1
.github/workflows/basic-qa.yml
@@ -59,6 +59,7 @@ jobs:
59
60
- name: Spellcheck
61
id: spellcheck
62
+ continue-on-error: true
63
uses: streetsidesoftware/cspell-action@v7
64
with:
65
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
@@ -69,7 +70,7 @@ jobs:
69
70
inline: warning
71
treat_flagged_words_as_errors: true
72
# Determines if the action should be failed if any spelling issues are found.
- strict: false
73
+ strict: true
74
# Limit the files checked to the ones in the pull request or push.
75
incremental_files_only: false
76
0 commit comments