Compare commits

..

2 commits

Author SHA1 Message Date
7f904d92d0 add lint step by drone
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-31 23:27:47 +02:00
60e6b804c9 Add badge to readme 2020-05-31 23:27:27 +02:00
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: lint
image: projectatomic/dockerfile-lint
commands:
- dockerfile_lint -p -f ansible.Dockerfile

View file

@ -1,3 +1,5 @@
[![Build Status](https://drone.reslinger.net/api/badges/adrien/ansible-docker/status.svg)](https://drone.reslinger.net/adrien/ansible-docker)
# ansible-docker
ansible in a container