ci: does this make it work?
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -5,7 +5,7 @@ steps:
|
||||
- name: make check
|
||||
image: golang:1.20
|
||||
commands:
|
||||
- test -z $(gofmt -l .) || (echo "gofmt: formatting issue detected" && exit 1)
|
||||
- test -z "$(gofmt -l .)"
|
||||
|
||||
- name: make build
|
||||
image: golang:1.20
|
||||
|
Reference in New Issue
Block a user