Add first Drone-CI integration
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5b42de32b1
commit
ca261a0a7e
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Lint Check
|
||||
image: sdesbure/yamllint
|
||||
commands:
|
||||
- yamllint **/*.y?ml
|
Loading…
x
Reference in New Issue
Block a user