11 lines
177 B
YAML
11 lines
177 B
YAML
---
|
|
steps:
|
|
- name: linting
|
|
image: cytopia/yamllint:latest
|
|
commands:
|
|
- yamllint -f colored -s .
|
|
when:
|
|
- event:
|
|
- push
|
|
- manual
|
|
- pull_request
|