Skip to content

Commit

Permalink
feat: add audit check
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhousanbu committed Mar 2, 2024
1 parent 7ea0098 commit 41d90eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
go-version: '1.22.0'
- name: Build
run: go build -v ./...
- name: Audit
run: go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...
- name: Test
run: go test -v ./...

Expand Down

0 comments on commit 41d90eb

Please sign in to comment.