Skip to content

Commit

Permalink
.github: fix gofmt workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Oct 27, 2023
1 parent 3155c24 commit e89823f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Lint
run: make lint
- name: Fmt
run: make fmt
run: |
make fmt && git diff --exit-code
- name: Vet
run: make vet
- name: Verify go modules are properly up-to-date
Expand Down

0 comments on commit e89823f

Please sign in to comment.