infrastructure/.drone.yml

9 lines
183 B
YAML
Raw Normal View History

2022-05-29 16:09:24 +02:00
kind: pipeline
type: kubernetes
name: default
steps:
2022-05-29 17:17:04 +02:00
- name: yamllint
2022-05-29 17:16:34 +02:00
image: registry.gitlab.com/pipeline-components/yamllint
2022-05-29 16:09:24 +02:00
commands:
2022-05-29 17:17:04 +02:00
- yamllint -c .yamllint.yaml .