From 0ca4871e8007ec622c438e84f2f30e2a67c15f7b Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Wed, 11 Feb 2026 16:01:53 +0800 Subject: [PATCH] =?UTF-8?q?ci(spell-check):=20=E4=BF=AE=E6=94=B9=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/spell-check.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 50e79f4..d359cc2 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -9,5 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Check spelling - uses: codespell-project/actions-codespell@v2 \ No newline at end of file + - name: Check spelling in specific files + uses: codespell-project/actions-codespell@v2 + with: + check_filenames: true + only_warn: false + path: "**/*.{md, py}" \ No newline at end of file