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