GitHub actions: fix gofmt check

This commit is contained in:
Michael Stapelberg 2020-08-01 09:28:02 +02:00
parent cf1e1dd480
commit 5573c4dde7

View File

@ -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: |