GitHub actions: fix gofmt check
This commit is contained in:
parent
cf1e1dd480
commit
5573c4dde7
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- name: Ensure all files were formatted as per gofmt
|
||||
run: |
|
||||
gofmt -l $(find . -name '*.go') >/dev/null
|
||||
[ "$(gofmt -l $(find . -name '*.go'))" = "" ]
|
||||
|
||||
- name: Go Vet
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user