Skip to content

Commit bf2b4c7

Browse files
committed
ci: 更新拼写检查工作流配置
1 parent 81c895d commit bf2b4c7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
- pull_request
44

55
jobs:
6-
check:
7-
uses: TDesignOteam/workflows/.github/workflows/reusable-spell-check.yml@reusable-spell-check
6+
call-check:
7+
uses: TDesignOteam/workflows/.github/workflows/reusable-spell-check.yml@main
88
with:
99
config: .github/workflows/typos-config.toml

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
required: false
77
type: string
88
default: ''
9+
910
jobs:
1011
check:
1112
name: Typos

0 commit comments

Comments
 (0)