Skip to content

Commit

Permalink
Force spellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Oct 4, 2024
1 parent 81a0f2c commit 3674e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
id: spelling
uses: check-spelling/[email protected]
with:
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
suppress_push_for_open_pull_request: false # ${{ github.actor != 'dependabot[bot]' && 1 }}
checkout: true
check_file_names: 1
spell_check_this: check-spelling/spell-check-this@prerelease
Expand Down

0 comments on commit 3674e6f

Please sign in to comment.