14 lines
207 B
YAML
14 lines
207 B
YAML
|
---
|
||
|
labels:
|
||
|
backend: kubernetes
|
||
|
steps:
|
||
|
- name: linting
|
||
|
image: cytopia/yamllint:latest
|
||
|
commands:
|
||
|
- yamllint -f colored -s .
|
||
|
when:
|
||
|
- event:
|
||
|
- push
|
||
|
- manual
|
||
|
- pull_request
|