ansible/.drone.yml

12 lines
167 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: check
steps:
2021-02-16 16:43:11 +01:00
- name: ansible and yaml linting
2021-11-28 12:42:57 +01:00
image: quay.io/ansible/toolset:3.5.0
commands:
- ansible-lint
...