Disable gofmt CI test for now

This commit is contained in:
Daniel 2022-02-01 13:57:38 +01:00
parent 9222e0b328
commit 22c59c50cc

View file

@ -54,8 +54,9 @@ jobs:
- name: Run golint
run: ./golint -set_exit_status -min_confidence 1.0 ./...
- name: Run gofmt
run: bash -c 'test -z "$(gofmt -s -l .)"'
# TODO: Enable gofmt again when all environments are up to date.
# - name: Run gofmt
# run: bash -c 'test -z "$(gofmt -s -l .)"'
test:
name: Test