This commit is contained in:
parent
a09ddbce29
commit
bbbf560cf3
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