Skip to content

Commit 3674e6f

Browse files
committed
Force spellchecker
1 parent 81a0f2c commit 3674e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
id: spelling
9595
uses: check-spelling/check-spelling@v0.0.22
9696
with:
97-
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
97+
suppress_push_for_open_pull_request: false # ${{ github.actor != 'dependabot[bot]' && 1 }}
9898
checkout: true
9999
check_file_names: 1
100100
spell_check_this: check-spelling/spell-check-this@prerelease

0 commit comments

Comments
 (0)