add a yaml linting step to the ci
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

catches problems in the drone ci file as well
pull/32/head
Patrick Marchand 3 years ago
parent 4e8fca725c
commit f8d6a0be86

@ -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:

Loading…
Cancel
Save