Skip to content

Commit ef0703e

Browse files
committed
govulncheck
1 parent 8d09e5e commit ef0703e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
uses: actions/setup-go@v5
1212
with:
1313
go-version-file: go.mod
14+
- name: go mod tidy check
15+
uses: katexochen/go-tidy-check@v2
1416
- name: golangci-lint
1517
uses: golangci/golangci-lint-action@v6
1618
with:
1719
version: v1.60.3
18-
- name: go mod tidy check
19-
uses: katexochen/go-tidy-check@v2
20+
- id: govulncheck
21+
uses: golang/govulncheck-action@v1

0 commit comments

Comments
 (0)