Skip to content

Commit e59b2af

Browse files
committed
ci: Check gofmt
1 parent a663205 commit e59b2af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
go mod tidy
2626
git diff --exit-code go.mod
2727
git diff --exit-code go.sum
28+
- name: gofmt
29+
run: gofmt -s -d .
2830
- name: go build
2931
run: go build -v
3032
- name: go test

0 commit comments

Comments
 (0)