Skip to content

Commit

Permalink
ci: remove format
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 15, 2024
1 parent f5b7a17 commit 499158c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
run: |
go get -v -t -d ./...
- name: Format
run: diff -u <(echo -n) <(gofmt -d .)

- name: Build
run: go build -v .

Expand Down

0 comments on commit 499158c

Please sign in to comment.