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
|