mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-25 04:37:01 +00:00
6 lines
68 B
YAML
6 lines
68 B
YAML
language: go
|
|
go:
|
|
- 1.14.x
|
|
- master
|
|
script:
|
|
- go test -v ./...
|