[CI] Add yaml lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-02-15 18:31:59 +01:00
parent 389aeb261f
commit 0774e23801

View file

@ -13,6 +13,11 @@ steps:
commands:
- hadolint --ignore DL3013 Dockerfile # ignore pinning version in pip
- name: yaml lint
image: cytopia/yamllint
commands:
- yamllint .
- name: w3c validator
image: validator/validator:latest
commands: