build: exclude some files for typo checking.
parent
93b63dd18c
commit
ab10ac9bc6
|
|
@ -16,3 +16,5 @@ jobs:
|
||||||
|
|
||||||
- name: Check spelling
|
- name: Check spelling
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
|
with:
|
||||||
|
args: '--exclude "**/*_svg" --exclude "**/migrations/**"'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue