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