Skip to content

Commit

Permalink
feat(ci): add govulncheck and gcov2lcov setup steps to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eser committed Aug 18, 2024
1 parent 005b4b2 commit 915901f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5

- name: Setup govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest

- name: Setup gcov2lcov
run: go install github.com/jandelgado/gcov2lcov@latest

- name: Run pre-commit
uses: pre-commit/action@v3.0.1

Expand Down

0 comments on commit 915901f

Please sign in to comment.