Skip to content

Commit 8fa2a4d

Browse files
authored
Remove vulncheck step from lint workflow (#192)
1 parent 7257647 commit 8fa2a4d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/lint.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
go-version-file: go.mod
2222
check-latest: true
2323

24-
- name: Check for go vulnerabilities
25-
run: make check-vuln
26-
2724
- name: golangci-lint
2825
uses: golangci/golangci-lint-action@v3
2926
with:

0 commit comments

Comments
 (0)