Initial commit with support for GitHub actions
This commit is contained in:
10
.github/actions/check/entrypoint.sh
vendored
Normal file
10
.github/actions/check/entrypoint.sh
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
#GOPATH=/go
|
||||
#PATH=${GOPATH}/bin:/usr/local/go/bin:${PATH}
|
||||
|
||||
go vet ./...
|
||||
golint -set_exit_status ./...
|
||||
staticcheck ./...
|
||||
gocyclo -over 10 .
|
||||
go test -cover ./...
|
Reference in New Issue
Block a user