Skip to content

Commit 7db6f51

Browse files
committed
golangci action
1 parent 7da79ea commit 7db6f51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ jobs:
2323
run: go mod tidy
2424
- name: Run tests
2525
run: go test ./... -v
26+
- uses: golangci/golangci-lint-action@v6
27+
with:
28+
version: latest
2629

0 commit comments

Comments
 (0)