run the gofmt on the latest version of go on ubuntu

main
Ajitem Sahasrabuddhe 5 years ago
parent d114940d57
commit 7841e146ee

@ -39,6 +39,7 @@ jobs:
ref: ${{ github.ref }} ref: ${{ github.ref }}
- name: GOFMT Check - name: GOFMT Check
if: matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
run: | run: |
if [ -z $(gofmt -l .) ]; then if [ -z $(gofmt -l .) ]; then
exit 0 exit 0

Loading…
Cancel
Save