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