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/Dockerfile
vendored
8
.github/actions/check/Dockerfile
vendored
|
|
@ -1,10 +1,6 @@
|
|||
FROM golang:1.11.4-stretch
|
||||
|
||||
RUN go get -u honnef.co/go/tools/cmd/staticcheck
|
||||
RUN go get -u golang.org/x/lint/golint
|
||||
RUN go get -u github.com/fzipp/gocyclo
|
||||
FROM golangci/golangci-lint:v1.12.5
|
||||
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue