GitHub actions: fix gofmt check

This commit is contained in:
Michael Stapelberg 2020-08-01 09:25:52 +02:00
parent 11dacf4264
commit 38d36b6619

View File

@ -15,7 +15,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: run tests
run: go test ./...