Skip to content

Commit 8fdacdf

Browse files
committed
3
1 parent 7710e2c commit 8fdacdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/spell-check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838
# !dist/**/*.{ts,js}
3939
#
4040
# Default: ALL files
41-
files: ''
41+
files: |
42+
blog/**/*
43+
docs/**/*
44+
i18n/zh-CN/**/*
45+
community/**/*
4246
4347
# Check files and directories starting with `.`.
4448
# - "true" - glob searches will match against `.dot` files.

0 commit comments

Comments
 (0)