drone-yaml/yaml/linter/testdata/missing_name.yml

10 lines
92 B
YAML
Raw Normal View History

2019-01-22 23:44:17 +00:00
---
kind: pipeline
name: linux
steps:
- image: golang
commands:
- go build
- go test