Skip to content

Commit d394d5f

Browse files
committed
ci: rename jobs for workflow
1 parent e511982 commit d394d5f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
1-
name: md-lint
1+
name: lint
22

33
on:
44
pull_request:
55
branches:
66
- main
77

88
jobs:
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

0 commit comments

Comments
 (0)