Skip to content

Commit 8449be3

Browse files
committed
linting fix
1 parent fe9efa0 commit 8449be3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflow/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: actions/setup-go@v5
1212
with:
1313
go-version: '1.23'
14+
1415
- name: Lint code
1516
uses: golangci/golangci-lint-action@v8
1617
with:
@@ -25,8 +26,10 @@ jobs:
2526
uses: actions/setup-go@v5
2627
with:
2728
go-version: '1.23'
29+
2830
- name: Download dependencies
2931
run: go mod download
32+
3033
- name: Run tests
3134
run: go test -v ./...
3235

0 commit comments

Comments
 (0)