You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
209 B
YAML

kind: pipeline
type: docker
name: check
# Ensure that YAML is well-formed
steps:
- name: check-config
image: docker
commands:
- apk add --no-cache docker-compose
- docker-compose config