build: exclude some files for typo checking.
This commit is contained in:
parent
93b63dd18c
commit
ab10ac9bc6
2
.github/workflows/typos_check.yml
vendored
2
.github/workflows/typos_check.yml
vendored
@ -16,3 +16,5 @@ jobs:
|
||||
|
||||
- name: Check spelling
|
||||
uses: crate-ci/typos@master
|
||||
with:
|
||||
args: '--exclude "**/*_svg" --exclude "**/migrations/**"'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user