[CI] Add markdown linter
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-02-15 12:57:50 +01:00
parent 0d4fa6e25b
commit 6997d56ead

View file

@ -20,6 +20,11 @@ steps:
commands: commands:
- vnu static/*.html - vnu static/*.html
- name: markdown lint
image: pipelinecomponents/markdownlint:latest
commands:
- mdl --style all --warnings .
- name: build image - name: build image
image: docker:stable image: docker:stable
environment: environment: