mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Disable gofmt CI test for now
This commit is contained in:
parent
9222e0b328
commit
22c59c50cc
1 changed files with 3 additions and 2 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue