[ci] Add linter

This commit is contained in:
kleph 2020-10-27 13:52:43 +01:00
parent 04d0dadcd6
commit 4714b306d5

14
.drone.yml Normal file
View file

@ -0,0 +1,14 @@
---
kind: pipeline
name: lint
steps:
- name: yaml lint
image: cytopia/yamllint
commands:
- yamllint .
- name: markdown lint
image: pipelinecomponents/markdownlint:latest
commands:
- mdl --style all --warnings .