Skip to content

Commit dccbc5d

Browse files
committed
Format test.yaml
Signed-off-by: junya koyama <[email protected]>
1 parent 4f8f514 commit dccbc5d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
on:
2+
on:
33
push:
44
branches:
55
- v3
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go: [ '1.19', '1.20', '1.21' ]
16+
go: ['1.19', '1.20', '1.21']
1717
steps:
18-
- name: Set up Go
19-
uses: actions/setup-go@v2
20-
with:
21-
go-version: ${{ matrix.go }}
22-
id: go
23-
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v2
25-
- name: Test
26-
run: "./test"
18+
- name: Set up Go
19+
uses: actions/setup-go@v2
20+
with:
21+
go-version: ${{ matrix.go }}
22+
id: go
23+
- name: Check out code into the Go module directory
24+
uses: actions/checkout@v2
25+
- name: Test
26+
run: "./test"

0 commit comments

Comments
 (0)