simplify GOFMT Check

main
Ajitem Sahasrabuddhe 5 years ago committed by GitHub
parent 7841e146ee
commit c5720ee3af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,12 +40,7 @@ jobs:
- name: GOFMT Check
if: matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
run: |
if [ -z $(gofmt -l .) ]; then
exit 0
else
exit 1
fi
run: test -z $(gofmt -l .)
- name: Run Tests
run: |

Loading…
Cancel
Save