From 0774e23801fbdc56c75790ceed5d5911683b6cf7 Mon Sep 17 00:00:00 2001 From: kleph Date: Sat, 15 Feb 2020 18:31:59 +0100 Subject: [PATCH] [CI] Add yaml lint --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 39acf20..0948702 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: