Aaron Riedel
97ecad2391
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
10 lines
159 B
YAML
10 lines
159 B
YAML
---
|
|
labels:
|
|
backend: docker
|
|
steps:
|
|
- name: linting
|
|
image: cytopia/yamllint:latest
|
|
commands:
|
|
- yamllint -f colored -s .
|
|
when:
|
|
- event: push
|