hook up linter
This commit is contained in:
15
engine/linter/testdata/invalid_arch.yml
vendored
Normal file
15
engine/linter/testdata/invalid_arch.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: linux
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: s390x
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
Reference in New Issue
Block a user