mirror of
https://gitee.com/fit2cloud-feizhiyun/MaxKB.git
synced 2025-12-06 11:19:08 +08:00
chore: update typos_check.yml to exclude loopEdge.ts from checks
This commit is contained in:
4
.github/workflows/typos_check.yml
vendored
4
.github/workflows/typos_check.yml
vendored
@@ -20,7 +20,9 @@ jobs:
|
||||
[files]
|
||||
extend-exclude = [
|
||||
"**/*_svg",
|
||||
"**/migrations/**"
|
||||
"**/migrations/**",
|
||||
"**/loopEdge.ts",
|
||||
"**/edge.ts",
|
||||
]
|
||||
EOF
|
||||
- name: Check spelling
|
||||
|
||||
Reference in New Issue
Block a user