From 896548c14ccf2a9192854276fae8b11c632eccc7 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Thu, 4 Jun 2020 11:42:46 -0400 Subject: [PATCH] lint markdown files Makes sure the documentation will render correctly --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 70bc054..b5a3161 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,11 @@ type: docker name: default steps: +- name: lint markdown files + image: pipelinecomponents/remark-lint:latest + commands: + - "remark --no-stdout --color --use preset-lint-recommended ." + - name: lint yaml files image: pipelinecomponents/yamllint:latest commands: