From 273c91f5520de93b09b067716d699e2d8917e5a3 Mon Sep 17 00:00:00 2001 From: kleph Date: Tue, 15 Sep 2020 20:26:50 +0200 Subject: [PATCH] Remove useless yaml lint and add useless markdown lint ;-) --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b28a0fd..c558402 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,10 @@ kind: pipeline name: latex steps: -- name: yaml lint - image: cytopia/yamllint +- name: markdown lint + image: pipelinecomponents/markdownlint:latest commands: - - yamllint .drone.yml + - mdl --style all --warnings . - name: build image: niccokunzmann/ci-latex