Skip to content

Commit 773a291

Browse files
committed
use false positive option
1 parent 1d32fa1 commit 773a291

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/_checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
- name: Check spelling with typos
2323
uses: crate-ci/typos@v1.42.1
2424
with:
25-
files: '**/*.ts **/*.md .github/workflows/*.yml'
25+
config: |
26+
[default.extend-words]
27+
# Add false positives here
28+
mke = "mke"
2629
2730
lint:
2831
name: Lint

0 commit comments

Comments
 (0)