Skip to content

Commit b4daf4f

Browse files
committed
add repo checkout action
1 parent b596811 commit b4daf4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ jobs:
77
name: Gitconvex test
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Set up Go 1.x
11+
uses: actions/setup-go@v2
12+
with:
13+
go-version: ^1.16
14+
id: go
15+
16+
- name: Check out code into the Go module directory
17+
uses: actions/checkout@v2
18+
1019
- name: Run Go Test
1120
run: |
1221
go test -v ./...

0 commit comments

Comments
 (0)