hydra-werther/ci-testing.yaml

5 lines
124 B
YAML
Raw Normal View History

2019-02-18 14:57:54 +01:00
- image: golang:1.11-alpine
shell: go test -v ./...
2019-05-15 14:03:05 +02:00
- image: golangci/golangci-lint:v1.16.0
2019-02-18 14:57:54 +01:00
shell: golangci-lint -v run