ansible/.drone.yml

13 lines
192 B
YAML
Raw Normal View History

2022-09-01 14:16:08 +00:00
---
kind: pipeline
name: default
steps:
- name: lint
image: python
commands:
- pip install yamllint
- pip install ansible-lint
- yamllint .
- ansible-lint .