Merge pull request #1053 from urfave/gofmt-ci-check

gofmt CI check
main
lynn [they] 5 years ago committed by GitHub
commit 3f8c3bca57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,10 @@ jobs:
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}
- name: GOFMT Check
if: matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
run: test -z $(gofmt -l .)
- name: Run Tests - name: Run Tests
run: | run: |
go run build.go vet go run build.go vet

Loading…
Cancel
Save