commit
3f8c3bca57
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
@ -38,6 +38,10 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: GOFMT Check
|
||||
if: matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
|
||||
run: test -z $(gofmt -l .)
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
go run build.go vet
|
||||
|
Loading…
Reference in New Issue
Block a user