Name | Updated at | |
---|---|---|
README.md | ||
logo.png | ||
plugin-meta.json |
检查插件元数据 plugin-meta.json 是否符合编写规范。
docker run --rm -t -v $(pwd):$(pwd) -w $(pwd) cnbcool/plugin-lint .
# .cnb.yml
main:
pull_request:
- stages:
- name: plugin-lint
image: cnbcool/plugin-lint
# .coding-ci.yml
master:
merge_request:
- stages:
- name: plugin-lint
image: cnbcool/plugin-lint