add yammlind CI

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 kind: pipeline
type: docker type: docker
name: lint name: lint
steps: steps:
- name: lint - name: yaml linting
image: pipelinecomponents/yamllint
commands:
- yamllint .
- name: markdown linting
image: 06kellyjac/markdownlint-cli image: 06kellyjac/markdownlint-cli
commands: commands:
- markdownlint . --config .markdownlint.yaml - markdownlint . --config .markdownlint.yaml