Skip to content

Commit 22148f3

Browse files
committed
Add gocritic action
1 parent 44a01de commit 22148f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: golang/govulncheck-action@v1
21+
gocritic:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- uses: actions/setup-go@v4
25+
- uses: actions/checkout@v3
26+
- run: |
27+
go install github.com/go-critic/go-critic/cmd/gocritic@latest
28+
gocritic check .

0 commit comments

Comments
 (0)