Fix gofmt CI test

This commit is contained in:
Daniel 2022-02-01 13:47:57 +01:00
parent 3e4e0c361d
commit 9222e0b328

View file

@ -55,7 +55,7 @@ jobs:
run: ./golint -set_exit_status -min_confidence 1.0 ./...
- name: Run gofmt
run: bash -c "test -z $(gofmt -s -l .)"
run: bash -c 'test -z "$(gofmt -s -l .)"'
test:
name: Test