Skip to content

Commit e4146dc

Browse files
committed
fix(ci): workflow update
1 parent 7a15515 commit e4146dc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/config/typos.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[default.extend-words]
2-
# These are custom ignored words
2+
# Custom ignored words
33
WNat = "WNat"
44
WNAT = "WNAT"
55
wNat = "wNat"
@@ -8,6 +8,8 @@ whats = "whats"
88
requestor = "requestor"
99
devlop = "devlop"
1010
crate = "crate"
11+
ba = "ba"
12+
mis = "mis"
1113

1214
[files]
1315
# File patterns to exclude
@@ -19,4 +21,9 @@ extend-exclude = [
1921
"*.woff2",
2022
"*.pdf",
2123
"package-lock.json"
22-
]
24+
]
25+
26+
[default]
27+
binary = false
28+
check-filename = true
29+
unicode = true

0 commit comments

Comments
 (0)