Skip to content

Commit 0c26413

Browse files
authored
Update repository config (#32)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 93a4daf commit 0c26413

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v2
1111

12-
- name: Set up Go
13-
uses: actions/setup-go@v2
14-
with:
15-
go-version: 1.16
12+
- name: Set up Go
13+
uses: actions/setup-go@v2
14+
with:
15+
go-version: 1.16
1616

17-
- name: Build
18-
run: |
19-
cd v2
20-
go build -v ./...
17+
- name: Build
18+
run: |
19+
cd v2
20+
go build -v ./...
2121
22-
- name: Test
23-
run: |
24-
cd v2
25-
go test -v ./...
22+
- name: Test
23+
run: |
24+
cd v2
25+
go test -v ./...

0 commit comments

Comments
 (0)