build: exclude some files for typo checking.

v3.2
liqiang-fit2cloud 2025-08-04 17:04:39 +08:00
parent 93b63dd18c
commit ab10ac9bc6
1 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,5 @@ jobs:
- name: Check spelling
uses: crate-ci/typos@master
with:
args: '--exclude "**/*_svg" --exclude "**/migrations/**"'