mirror of
https://github.com/safing/portbase
synced 2025-09-05 12:09:58 +00:00
Fix gofmt CI test
This commit is contained in:
parent
3e4e0c361d
commit
9222e0b328
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
run: ./golint -set_exit_status -min_confidence 1.0 ./...
|
run: ./golint -set_exit_status -min_confidence 1.0 ./...
|
||||||
|
|
||||||
- name: Run gofmt
|
- name: Run gofmt
|
||||||
run: bash -c "test -z $(gofmt -s -l .)"
|
run: bash -c 'test -z "$(gofmt -s -l .)"'
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
|
|
Loading…
Add table
Reference in a new issue