Rename project to actions-sync

This commit is contained in:
Anthony Sterling
2020-07-02 19:36:10 +01:00
commit f7954c5ebf
1249 changed files with 376757 additions and 0 deletions

7
Dockerfile.cibuild Normal file
View File

@@ -0,0 +1,7 @@
FROM golang:1.14
ENV GO111MODULE=on
WORKDIR /go/src/github.com/actions/actions-sync
COPY . /go/src/github.com/actions/actions-sync
RUN script/bootstrap