From 6997d56ead7e6397088257584d316a6ef38f3490 Mon Sep 17 00:00:00 2001 From: kleph Date: Sat, 15 Feb 2020 12:57:50 +0100 Subject: [PATCH] [CI] Add markdown linter --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 819b584..1a7638a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,11 @@ steps: commands: - vnu static/*.html +- name: markdown lint + image: pipelinecomponents/markdownlint:latest + commands: + - mdl --style all --warnings . + - name: build image image: docker:stable environment: