File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : Spell Check
2+
23on :
34 # Switch from `pull_request_target` event to reduce distraction from comments
45 # regarding errors reported in unmodified files.
56 pull_request :
67 branches :
78 - master
8- tags-ignore :
9- - " **"
109 types :
1110 - ' opened'
1211 - ' reopened'
2726 group : spelling-${{ github.event.pull_request.number || github.ref }}
2827 # note: If you use only_check_changed_files, you do not want cancel-in-progress
2928 cancel-in-progress : true
29+ steps :
3030 - name : Run Spellcheck
3131 id : spelling
3232 uses :
check-spelling/[email protected] 4141 # (optional) job, here we skip trying to post a comment:
4242 post_comment : 0
4343 use_magic_file : 1
44- only_check_changed_files : 1
44+ only_check_changed_files : true
4545 extra_dictionary_limit : 10
4646 extra_dictionaries :
4747 cspell:software-terms/software-terms.txt
You can’t perform that action at this time.
0 commit comments