add support for 'reuse' mode to allow act to be used for a fast local task runner
This commit is contained in:
parent
f26a1a3f0c
commit
ff392444a4
7 changed files with 95 additions and 61 deletions
8
.github/actions/check/entrypoint.sh
vendored
8
.github/actions/check/entrypoint.sh
vendored
|
|
@ -1,10 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
#GOPATH=/go
|
||||
#PATH=${GOPATH}/bin:/usr/local/go/bin:${PATH}
|
||||
|
||||
go vet ./...
|
||||
golint -set_exit_status ./...
|
||||
staticcheck ./...
|
||||
gocyclo -over 10 .
|
||||
golangci-lint run
|
||||
go test -cover ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue