commit
3f8c3bca57
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
@ -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…
Reference in New Issue
Block a user