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.
2 parents 47a710d + b59846c commit 78596d8Copy full SHA for 78596d8
.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