Skip to content

Commit

Permalink
changed up the spell check config
Browse files Browse the repository at this point in the history
  • Loading branch information
WooSungD committed Nov 10, 2023
1 parent 2c564d7 commit b1b3088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
id: spelling
uses: check-spelling/check-spelling@main
with:
suppress_push_for_open_pull_request: 1
suppress_push_for_open_pull_request: 0
checkout: true
check_file_names: 1
check_file_names: 0
spell_check_this: check-spelling/spell-check-this@prerelease
post_comment: 0
post_comment: 1
use_magic_file: 1
experimental_apply_changes_via_bot: 1
use_sarif: 1
Expand Down

0 comments on commit b1b3088

Please sign in to comment.