Skip to content

Commit e511982

Browse files
authored
ci: add plugin lint for workflow (#15)
1 parent 223e8b3 commit e511982

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/md-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v3
14+
- name: lint
15+
uses: docker://codingci/plugin-lint:latest
1416
- name: lint
1517
uses: docker://tencentcom/markdown-lint:latest
1618
- name: send message

plugins/miniprogram/qq-miniprogram/plugin-meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "QQ小程序自动构建、支持上传并设置为体验版。",
44
"mark": "官方",
55
"tags": [ "小程序", "QQ"],
6+
"images": "https://hub.docker.com/r/qqminiapp/build/tags",
67
"link": "https://q.qq.com/wiki/tools/ci/",
78
"logo": "logo.png"
89
}
File renamed without changes.

0 commit comments

Comments
 (0)