Skip to content

Commit

Permalink
scope staticcheck-action/vet/cov to one matrix env
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNoteworthy committed Aug 3, 2022
1 parent 7beb7b6 commit 9b77e99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
- name: Go vet
run: |
go vet .
if: matrix.os == 'windows-latest' && matrix.go-version == '1.17.x'

- uses: dominikh/[email protected]
with:
version: "2022.1"
install-go: false
cache-key: ${{ matrix.go }}
cache-key: ${{ matrix.go }}
if: matrix.os == 'windows-latest' && matrix.go-version == '1.17.x'

0 comments on commit 9b77e99

Please sign in to comment.