We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a710d commit b59846cCopy full SHA for b59846c
.github/workflows/ci.yml
@@ -29,4 +29,4 @@ jobs:
29
make lint
30
- name: gofmt
31
run: |
32
- test -z $(gofmt -l .)
+ if test -z $(gofmt -l .); then exit 0; else gofmt -d -e . && exit 1; fi
0 commit comments