generated from infra/template
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
293 B
15 lines
293 B
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: pull_request
|
|
image_pull_secrets:
|
|
- dockerconfigjson
|
|
|
|
steps:
|
|
- name: lint yaml
|
|
image: registry.fedy95.com/baseimage-yamllint:latest
|
|
commands:
|
|
- yamllint -c /yamllint/relaxed.yaml docker-compose.yml
|
|
when:
|
|
event: pull_request
|
|
...
|