Add linter pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jan 2020-06-20 22:49:42 +02:00
parent 8c6dd29da3
commit f90f251763
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