Name | Updated at | |
---|---|---|
README.md | ||
logo.png | ||
plugin-meta.json |
Command Line Interface for markdownlint.
docker run --rm -v $(pwd):$(pwd) -w $(pwd) tencentcom/markdown-lint
main:
pull_request:
- stages:
- name: tencentcom/markdown-lint
image: tencentcom/markdown-lint
args:
- "**/*.md"
master:
merge_request:
- stages:
- name: tencentcom/markdown-lint
image: tencentcom/markdown-lint
commands:
- markdownlint --help
- markdownlint '**/*.md' --ignore node_modules --disable MD013
更多信息,请查阅:igorshubovych/markdownlint-cli