Skip to content

Commit

Permalink
Merge pull request #10 from AAStarCommunity/chao/feature/vulcheck
Browse files Browse the repository at this point in the history
feat: add audit check
  • Loading branch information
fanhousanbu committed Mar 3, 2024
2 parents 293b5f7 + 41d90eb commit d73e545
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 d73e545

Please sign in to comment.