mirror of https://github.com/gophish/gophish
Added gofmt requirement to CI
parent
01287e0dd5
commit
9d430c90ab
|
@ -12,3 +12,7 @@ install:
|
|||
- go get -d -v ./... && go build -v ./...
|
||||
- go get gopkg.in/check.v1
|
||||
- go get github.com/stretchr/testify
|
||||
|
||||
script:
|
||||
- diff -u <(echo -n) <(gofmt -d .)
|
||||
- go test -v ./...
|
||||
|
|
Loading…
Reference in New Issue