We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d09e5e commit ef0703eCopy full SHA for ef0703e
.github/workflows/lint.yml
@@ -11,9 +11,11 @@ jobs:
11
uses: actions/setup-go@v5
12
with:
13
go-version-file: go.mod
14
+ - name: go mod tidy check
15
+ uses: katexochen/go-tidy-check@v2
16
- name: golangci-lint
17
uses: golangci/golangci-lint-action@v6
18
19
version: v1.60.3
- - name: go mod tidy check
- uses: katexochen/go-tidy-check@v2
20
+ - id: govulncheck
21
+ uses: golang/govulncheck-action@v1
0 commit comments