Ansible-lint and yamllint #32

Merged
Ghost merged 16 commits from linting into dev 2020-06-08 17:14:32 +02:00
Showing only changes of commit 896548c14c - Show all commits

View file

@ -4,6 +4,11 @@ type: docker
name: default
steps:
- name: lint markdown files
image: pipelinecomponents/remark-lint:latest
commands:
- "remark --no-stdout --color --use preset-lint-recommended ."
- name: lint yaml files
image: pipelinecomponents/yamllint:latest
commands: