Add test drone.yml
This commit is contained in:
parent
98b34e6c5c
commit
b685c1027e
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: lint
|
||||||
|
image: python
|
||||||
|
commands:
|
||||||
|
- pip install yamllint
|
||||||
|
- pip install ansible-lint
|
||||||
|
- yamllint .
|
||||||
|
- ansible-lint .
|
Loading…
Reference in New Issue
Block a user