We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a663205 commit e59b2afCopy full SHA for e59b2af
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
go mod tidy
26
git diff --exit-code go.mod
27
git diff --exit-code go.sum
28
+ - name: gofmt
29
+ run: gofmt -s -d .
30
- name: go build
31
run: go build -v
32
- name: go test
0 commit comments