Skip to content

Commit

Permalink
Separate govulncheck job
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Apr 10, 2024
1 parent 7d4e836 commit f629e2b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,17 @@ jobs:
- name: golangci-lint
if: ${{ always() }}
run: golangci-lint run


govulncheck:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
name: govulncheck
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- id: govulncheck
uses: golang/govulncheck-action@v1
with:
Expand Down

0 comments on commit f629e2b

Please sign in to comment.