ci: does this make it work?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-14 23:28:52 +02:00
parent cf786995aa
commit fb9cdb51bc

View File

@ -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