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

10 lines
92 B
YAML
Raw Normal View History

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