diff --git a/.drone.yml b/.drone.yml index 779155f..d039d12 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,10 @@ --- kind: pipeline type: docker +name: default + +steps: + - name: lint + image: projectatomic/dockerfile-lint + commands: + - dockerfile_lint -p -f ansible.Dockerfile \ No newline at end of file