Skip to content

Commit ab10ac9

Browse files
build: exclude some files for typo checking.
1 parent 93b63dd commit ab10ac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/typos_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616

1717
- name: Check spelling
1818
uses: crate-ci/typos@master
19+
with:
20+
args: '--exclude "**/*_svg" --exclude "**/migrations/**"'

0 commit comments

Comments
 (0)