add yammlind CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2021-04-21 09:44:50 +02:00
parent 3f70024521
commit f82cdaf736

View File

@ -2,8 +2,13 @@
kind: pipeline
type: docker
name: lint
steps:
- name: lint
- name: yaml linting
image: pipelinecomponents/yamllint
commands:
- yamllint .
- name: markdown linting
image: 06kellyjac/markdownlint-cli
commands:
- markdownlint . --config .markdownlint.yaml