Remove useless yaml lint and add useless markdown lint ;-)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-09-15 20:26:50 +02:00
parent 65d758308e
commit 273c91f552

View file

@ -3,10 +3,10 @@ kind: pipeline
name: latex name: latex
steps: steps:
- name: yaml lint - name: markdown lint
image: cytopia/yamllint image: pipelinecomponents/markdownlint:latest
commands: commands:
- yamllint .drone.yml - mdl --style all --warnings .
- name: build - name: build
image: niccokunzmann/ci-latex image: niccokunzmann/ci-latex