build: exclude some files for typo checking.

This commit is contained in:
liqiang-fit2cloud 2025-08-04 17:04:39 +08:00
parent 93b63dd18c
commit ab10ac9bc6

View File

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