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 1
1
name : Spell Check
2
+
2
3
on :
3
4
# Switch from `pull_request_target` event to reduce distraction from comments
4
5
# regarding errors reported in unmodified files.
5
6
pull_request :
6
7
branches :
7
8
- master
8
- tags-ignore :
9
- - " **"
10
9
types :
11
10
- ' opened'
12
11
- ' reopened'
27
26
group : spelling-${{ github.event.pull_request.number || github.ref }}
28
27
# note: If you use only_check_changed_files, you do not want cancel-in-progress
29
28
cancel-in-progress : true
29
+ steps :
30
30
- name : Run Spellcheck
31
31
id : spelling
32
32
uses :
check-spelling/[email protected]
41
41
# (optional) job, here we skip trying to post a comment:
42
42
post_comment : 0
43
43
use_magic_file : 1
44
- only_check_changed_files : 1
44
+ only_check_changed_files : true
45
45
extra_dictionary_limit : 10
46
46
extra_dictionaries :
47
47
cspell:software-terms/software-terms.txt
You can’t perform that action at this time.
0 commit comments