0
5
Login
Code
Issues
Pull requests
Events
Packages
dbe27dbfdd5dfe695847040799571a751b3696c1
dbe27dbfdd5dfe695847040799571a751b3696c1

markdown-lint

Command Line Interface for markdownlint.

在 Docker 上使用

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