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