File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- name : md- lint
1+ name : lint
22
33on :
44 pull_request :
55 branches :
66 - main
77
88jobs :
9- md- lint :
9+ lint :
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : checkout
1313 uses : actions/checkout@v3
14- - name : lint
14+ - name : plugin- lint
1515 uses : docker://codingci/plugin-lint:latest
16- - name : lint
16+ - name : markdown- lint
1717 uses : docker://tencentcom/markdown-lint:latest
18- - name : send message
18+ - name : notify
1919 uses : docker://tencentcom/wecom-message:latest
2020 env :
2121 PLUGIN_ROBOT : ${{ secrets.WEWORK_BOT }}
2222 PLUGIN_CONTENT : |
2323 [https://github.com/${{ github.repository }}/pulls](https://github.com/${{ github.repository }}/pulls)
2424
2525
26- 来走查代码啦
27-
28- from <@${{ github.actor }}>
26+ 走查代码啦~ for <@${{ github.actor }}>
2927
3028
You can’t perform that action at this time.
0 commit comments