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