ansible-role-djangoapp/.drone.yml
jens 9dd27a5ead
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2021-09-14 07:55:04 +00:00

13 lines
222 B
YAML

---
kind: pipeline
type: exec
name: default
steps:
- name: install dependencies
commands:
- dnf install -y python3 findutils
- pip3 install -U ansible-lint
- name: lint check
commands:
- ansible-lint -x "" -w ""