add lint step by drone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
60e6b804c9
commit
7f904d92d0
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: lint
|
||||||
|
image: projectatomic/dockerfile-lint
|
||||||
|
commands:
|
||||||
|
- dockerfile_lint -p -f ansible.Dockerfile
|
||||||
Loading…
Add table
Add a link
Reference in a new issue