drone-yaml/yaml/linter/testdata/missing_image.yml
2019-01-22 15:44:17 -08:00

10 lines
89 B
YAML

---
kind: pipeline
name: linux
steps:
- name: test
commands:
- go build
- go test