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 c5d6a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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
if: matrix.os == 'ubuntu-latest'
run: exit $(gofmt -l . | wc -l)

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

0 comments on commit c5d6a2a

Please sign in to comment.