File tree 1 file changed +2
-18
lines changed
1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 8
8
markdown-lint :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - name : Comment
12
- uses : thollander/actions-comment-pull-request@v1
13
- with :
14
- message : ' 正在检查您的贡献请求……这预计需要 1 分钟,请稍等……'
15
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16
11
- uses : actions/checkout@v2
17
12
- uses : actions/setup-node@v2
18
13
with :
26
21
- run : mkdocs build --strict
27
22
- run : npm install
28
23
- run : node .github/manual_lint.js
29
- - name : Comment
30
- uses : thollander/actions-comment-pull-request@v1
31
- with :
32
- message : ' 内容检查完成,感谢您的贡献! 我们很快就会合并此 Pull Request! @Anduin2017'
33
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
- - name : Comment
35
- if : failure()
36
- uses : thollander/actions-comment-pull-request@v1
37
- with :
38
- message : ' 尚**不能继续此 Pull Request!** 其内容不符合规范!请确保内容符合规范后重新提交!'
39
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
- # Suppress 036 Emphasis used instead of a header
41
- # Suppress 024 Multiple headers with the same content
24
+ # Suppress 036 Emphasis used instead of a header
25
+ # Suppress 024 Multiple headers with the same content
You can’t perform that action at this time.
0 commit comments