diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml | 35 | ||||
-rw-r--r-- | users/fcuny/exp/containerd-to-vm/.gitignore | 5 |
2 files changed, 0 insertions, 40 deletions
diff --git a/users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml b/users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml deleted file mode 100644 index e13f8da..0000000 --- a/users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: go - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - name: Build - runs-on: ubuntu-latest - steps: - - name: Set up Go 1.x - uses: actions/setup-go@v2 - with: - go-version: ^1.16 - id: go - - - name: Check out code into the Go module directory - uses: actions/checkout@v2 - - - name: Go fmt - run: go fmt ./... - - - name: Go vet - run: go vet ./... - - - name: Test - run: go test -race -v ./... - - - name: Build - run: go build -v ./cmd/... diff --git a/users/fcuny/exp/containerd-to-vm/.gitignore b/users/fcuny/exp/containerd-to-vm/.gitignore deleted file mode 100644 index aaebe20..0000000 --- a/users/fcuny/exp/containerd-to-vm/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/cmd/c2vm/c2vm -/c2vm -/hack/firecracker.tgz -/hack/firecracker/ -/hack/linux/ |