1
0
Fork 0
ansible-collection-kit/.drone.yml
Daniele Tricoli 2a5de78154
All checks were successful
continuous-integration/drone/push Build is passing
Switch again to lint
2021-09-14 04:06:16 +02:00

13 lines
250 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: lint
image: debian:11-slim
commands:
- apt update && apt install -y ansible python3-pip podman
- python3 -m pip install "molecule[lint,podman]"
- molecule lint