From f8d6a0be86073041dab99c5c953ffaedebbce701 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Thu, 4 Jun 2020 11:41:49 -0400 Subject: [PATCH] add a yaml linting step to the ci catches problems in the drone ci file as well --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index d88076c..70bc054 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,11 @@ type: docker name: default steps: +- name: lint yaml files + image: pipelinecomponents/yamllint:latest + commands: + - "yamllint ." + - name: lint ansible scripts image: pipelinecomponents/ansible-lint:latest commands: