Skip to content

Commit 26c2ff2

Browse files
committed
m
1 parent f0cead9 commit 26c2ff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spelling.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Spell Check
2+
23
on:
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'
@@ -27,6 +26,7 @@ jobs:
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]
@@ -41,7 +41,7 @@ jobs:
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

0 commit comments

Comments
 (0)