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 6b37d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: gofmt
run: exit $(gofmt -l . | wc -l)
shell: bash

- name: vet
run: go vet -all=true -v=true .

0 comments on commit 6b37d0f

Please sign in to comment.