From 4714b306d52f42a4de23bfeeb6ed1e4c7042e4e9 Mon Sep 17 00:00:00 2001 From: kleph Date: Tue, 27 Oct 2020 13:52:43 +0100 Subject: [PATCH] [ci] Add linter --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..dd6c13c --- /dev/null +++ b/.drone.yml @@ -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 .