mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
8 lines
83 B
YAML
8 lines
83 B
YAML
language: go
|
|
go:
|
|
- 1.8.3
|
|
script:
|
|
- hack/verify-gofmt.sh
|
|
- make build
|
|
- make test
|