Skip to content

Commit 56e552b

Browse files
committed
add staticcheck to github actions
1 parent 0963f39 commit 56e552b

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/test.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
with:
2222
go-version: ${{ matrix.go }}
2323
- name: Test
24-
run: "./test"
24+
run: go test -v ./..
25+
- name: Staticcheck
26+
run: go run honnef.co/go/tools/cmd/[email protected] ./...

test

-7
This file was deleted.

0 commit comments

Comments
 (0)