Skip to content

Commit

Permalink
gh: add govulncheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrkps authored Dec 6, 2024
1 parent 574e5fa commit c6eae75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
go-version: 1.x
- name: Checkout code
uses: actions/checkout@v4
- name: Govulncheck
uses: golang/govulncheck-action@v1
- name: Run vet, tests and coverage
run: go test -race -cover -shuffle=on -vet=all ./...

0 comments on commit c6eae75

Please sign in to comment.