File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change
1
+ ^documentation/.*
Original file line number Diff line number Diff line change @@ -3,20 +3,19 @@ name: Check Spelling
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - master
7
+ paths :
8
+ - ' documentation/**'
7
9
pull_request :
8
10
branches :
9
- - master
10
-
11
+ - master
12
+ paths :
13
+ - ' documentation/**'
11
14
jobs :
12
15
spelling :
13
16
name : Check Spelling
14
17
runs-on : ubuntu-latest
15
18
if : github.repository_owner == 'RT-Thread'
16
- permissions :
17
- contents : read
18
- pull-requests : read
19
- actions : read
20
19
steps :
21
20
- name : output ignore words info
22
21
run : |
34
33
cspell:software-terms/softwareTerms.txt
35
34
cspell:python/python.txt
36
35
cspell:cpp/cpp.txt
37
-
38
36
check_extra_dictionaries : ' '
39
-
40
37
- name : output Success info
41
38
run : |
42
39
echo "✅ Check spelling success." >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments