Skip to content

Commit d8826c1

Browse files
committed
Try again
1 parent abeb190 commit d8826c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/basic-qa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959

6060
- name: Spellcheck
6161
id: spellcheck
62+
continue-on-error: true
6263
uses: streetsidesoftware/cspell-action@v7
6364
with:
6465
# 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:
6970
inline: warning
7071
treat_flagged_words_as_errors: true
7172
# Determines if the action should be failed if any spelling issues are found.
72-
strict: false
73+
strict: true
7374
# Limit the files checked to the ones in the pull request or push.
7475
incremental_files_only: false
7576

0 commit comments

Comments
 (0)