mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +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 ./...
|
||||
|
||||
- name: Run gofmt
|
||||
run: bash -c "test -z $(gofmt -s -l .)"
|
||||
run: bash -c 'test -z "$(gofmt -s -l .)"'
|
||||
|
||||
test:
|
||||
name: Test
|
||||
|
|
Loading…
Add table
Reference in a new issue