Skip to content

Commit

Permalink
fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Feb 21, 2024
1 parent 88f7556 commit 85ca219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
name: lint
name: govulncheck
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -35,4 +35,4 @@ jobs:
steps:
- run: true
needs:
- govulncheck
- govulncheck

0 comments on commit 85ca219

Please sign in to comment.