This commit is contained in:
parent
44a0a4f3c2
commit
8533876943
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: lint
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: ansible linting
|
||||||
|
image: cytopia/ansible-lint
|
||||||
|
|
||||||
|
commands:
|
||||||
|
- ansible-lint
|
||||||
|
- name: markdown linting
|
||||||
|
image: 06kellyjac/markdownlint-cli
|
||||||
|
commands:
|
||||||
|
- markdownlint .
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- success
|
||||||
|
- failure
|
Loading…
Reference in New Issue
Block a user