Add test drone.yml
This commit is contained in:
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 .
|
Reference in New Issue
Block a user