Skip to content

Commit 92bd167

Browse files
committed
resolving formatting isue
1 parent 416b5b7 commit 92bd167

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: ["1.21", "1.22", "1.23"]
15+
go: ['1.21', '1.22', '1.23']
1616
name: Linux Go ${{ matrix.go }}
1717
steps:
18-
- uses: actions/checkout@v4
19-
- name: Setup go
20-
uses: actions/setup-go@v5
21-
with:
22-
go-version: ${{ matrix.go }}
23-
- name: Test
24-
run: go test -v ./...
25-
- name: Staticcheck
26-
run: go run honnef.co/go/tools/cmd/[email protected] ./...
18+
- uses: actions/checkout@v4
19+
- name: Setup go
20+
uses: actions/setup-go@v5
21+
with:
22+
go-version: ${{ matrix.go }}
23+
- name: Test
24+
run: go test -v ./...
25+
- name: Staticcheck
26+
run: go run honnef.co/go/tools/cmd/[email protected] ./...

0 commit comments

Comments
 (0)