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
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