hook up linter

This commit is contained in:
Brad Rydzewski
2019-10-16 23:47:18 -07:00
parent 47c1f5248a
commit 241df7a44b
30 changed files with 724 additions and 24 deletions

14
engine/linter/testdata/invalid_os.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
---
kind: pipeline
type: docker
name: linux
platform:
os: openbsd
steps:
- name: build
image: golang
commands:
- go build
- go test