ci(spell-check): 修改检查流程
This commit is contained in:
parent
99ef8fda71
commit
0ca4871e80
|
|
@ -9,5 +9,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Check spelling
|
- name: Check spelling in specific files
|
||||||
uses: codespell-project/actions-codespell@v2
|
uses: codespell-project/actions-codespell@v2
|
||||||
|
with:
|
||||||
|
check_filenames: true
|
||||||
|
only_warn: false
|
||||||
|
path: "**/*.{md, py}"
|
||||||
Loading…
Reference in New Issue