[CI] Remove yaml lint stage, it's done with a precommit hook
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-10-27 16:27:30 +01:00
parent 0b4afec5ec
commit 510c9f3da4

View file

@ -3,11 +3,6 @@ kind: pipeline
name: lint
steps:
- name: yaml lint
image: cytopia/yamllint
commands:
- yamllint .
- name: markdown lint
image: pipelinecomponents/markdownlint:latest
commands: