We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a4daf commit 0c26413Copy full SHA for 0c26413
.github/workflows/ci.yml
@@ -7,19 +7,19 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2
11
12
- - name: Set up Go
13
- uses: actions/setup-go@v2
14
- with:
15
- go-version: 1.16
+ - name: Set up Go
+ uses: actions/setup-go@v2
+ with:
+ go-version: 1.16
16
17
- - name: Build
18
- run: |
19
- cd v2
20
- go build -v ./...
+ - name: Build
+ run: |
+ cd v2
+ go build -v ./...
21
22
- - name: Test
23
24
25
- go test -v ./...
+ - name: Test
+ go test -v ./...
0 commit comments