Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkieboom committed Jun 17, 2024
1 parent cfef458 commit 0b20b7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: go test -v ./...

- name: gofmt
run: exit $(gofmt -l . | wc -l)
if: matrix.os == 'ubuntu-latest'
shell: bash

- name: vet
if: matrix.os == 'ubuntu-latest'
run: go vet -all=true -v=true .

0 comments on commit 0b20b7d

Please sign in to comment.