Add linter pipeline

This commit is contained in:
Jan 2020-06-20 22:49:42 +02:00 committed by Markus Hauschild
parent 69ba0b9b38
commit a70bcc1d4e
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
---
name: playbook
kind: pipeline
type: docker
steps:
- name: lint
image: alpine:latest
commands:
- apk add git ansible ansible-lint
- ansible-lint -x305,403,701