Skip to content

Commit

Permalink
.github: remove fmt check, handled by golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davecheney committed Oct 31, 2023
1 parent 50e66cd commit e8ab7b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
run: go test ./...
- name: Vet
run: go vet ./...
- name: Format
run: diff -u <(echo -n) <(gofmt -d .)

0 comments on commit e8ab7b9

Please sign in to comment.