ansible-docker/.drone.yml
Adrien 7f904d92d0
All checks were successful
continuous-integration/drone/push Build is passing
add lint step by drone
2020-05-31 23:27:47 +02:00

10 lines
No EOL
302 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: lint
image: projectatomic/dockerfile-lint
commands:
- dockerfile_lint -p -f ansible.Dockerfile