ci(spell-check): 修改检查流程

This commit is contained in:
ViperEkura 2026-02-11 16:01:53 +08:00
parent 99ef8fda71
commit 0ca4871e80
1 changed files with 6 additions and 2 deletions

View File

@ -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}"