All checks were successful
continuous-integration/drone/push Build is passing
Add Drone-CI integration Co-authored-by: Davide Polonio <poloniodavide@gmail.com> Reviewed-on: #1
10 lines
141 B
YAML
10 lines
141 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: Lint Check
|
|
image: sdesbure/yamllint
|
|
commands:
|
|
- yamllint **/*.y?ml
|