Skip to content

Commit ec14f8f

Browse files
authored
ci: add pr-spell-check (#53)
* ci: add pr-spell-check * Update pr-spell-check.yml * Update pr-spell-check.yml * chore: fix typos * chore: update typos config * chore: update typos config
1 parent 32b2748 commit ec14f8f

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: pr-spell-check
2+
on: [pull_request]
3+
4+
jobs:
5+
check:
6+
uses: TDesignOteam/workflows/.github/workflows/spell-check.yml@main
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+
[default.extend-words]
4+
5+
[files]
6+
extend-exclude = [ "dist" ]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 项目简介
44

5-
`tdesign-projects-action` 是一个专门用来供 [TDesgin](https://github.com/Tencent/tdesign) 来管理 Project 的 GitHub Action,用于在项目管理中自动处理 Issue 和 Pull Request(PR)。
5+
`tdesign-projects-action` 是一个专门用来供 [TDesign](https://github.com/Tencent/tdesign) 来管理 Project 的 GitHub Action,用于在项目管理中自动处理 Issue 和 Pull Request(PR)。
66
通过配置不同的触发器,可以实现以下功能:
77

88
1. 根据状态自动将 issue 从 Project 移除。

0 commit comments

Comments
 (0)