ansible-role-pureftpd/.drone.yml
2023-04-16 09:43:27 +02:00

18 lines
321 B
YAML

---
kind: pipeline
type: docker
name: lint
steps:
- name: ansible linting
image: cytopia/ansible-lint
commands:
- ansible-lint tasks/main.yml
- name: markdown linting
image: 06kellyjac/markdownlint-cli
commands:
- markdownlint .
when:
status:
- success
- failure