Remove useless yaml lint and add useless markdown lint ;-)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
65d758308e
commit
273c91f552
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue