[ci][spell_check]change check path
This commit is contained in:
parent
76acc4146b
commit
6e02914c2b
1
.github/actions/spelling/only.txt
vendored
Normal file
1
.github/actions/spelling/only.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
^documentation/.*
|
15
.github/workflows/spell_check.yml
vendored
15
.github/workflows/spell_check.yml
vendored
@ -3,20 +3,19 @@ name: Check Spelling
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- master
|
||||
paths:
|
||||
- 'documentation/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
- master
|
||||
paths:
|
||||
- 'documentation/**'
|
||||
jobs:
|
||||
spelling:
|
||||
name: Check Spelling
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
actions: read
|
||||
steps:
|
||||
- name: output ignore words info
|
||||
run: |
|
||||
@ -34,9 +33,7 @@ jobs:
|
||||
cspell:software-terms/softwareTerms.txt
|
||||
cspell:python/python.txt
|
||||
cspell:cpp/cpp.txt
|
||||
|
||||
check_extra_dictionaries: ''
|
||||
|
||||
- name: output Success info
|
||||
run: |
|
||||
echo "✅ Check spelling success." >> $GITHUB_STEP_SUMMARY
|
||||
|
Loading…
x
Reference in New Issue
Block a user