ansible-role-drone/.drone.yml

13 lines
362 B
YAML
Raw Permalink Normal View History

2020-10-26 09:26:25 +00:00
---
kind: pipeline
type: exec
name: default
steps:
- name: install dependencies
commands:
2020-10-26 09:51:39 +00:00
- dnf install -y python3 findutils
2020-10-26 09:31:57 +00:00
- pip3 install -U ansible-lint
2020-10-26 10:37:12 +00:00
- name: lint check
2020-10-26 10:31:19 +00:00
commands:
2020-10-26 10:37:12 +00:00
- "ansible-lint"