lint markdown files
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

Makes sure the documentation will render correctly
This commit is contained in:
Patrick Marchand 2020-06-04 11:42:46 -04:00
parent f8d6a0be86
commit 896548c14c

View file

@ -4,6 +4,11 @@ type: docker
name: default name: default
steps: steps:
- name: lint markdown files
image: pipelinecomponents/remark-lint:latest
commands:
- "remark --no-stdout --color --use preset-lint-recommended ."
- name: lint yaml files - name: lint yaml files
image: pipelinecomponents/yamllint:latest image: pipelinecomponents/yamllint:latest
commands: commands: