Skip to content

Commit 2a86a7f

Browse files
committed
chore: fix typos ci
1 parent ce8b79c commit 2a86a7f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/pr-spell-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ on: [pull_request]
44
jobs:
55
check:
66
uses: TDesignOteam/workflows/.github/workflows/spell-check.yml@main
7-
with:
8-
config: ''
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
default.check-filename = true
2+
3+
[files]
4+
extend-exclude = [
5+
"dist"
6+
]

0 commit comments

Comments
 (0)