ci: does this make it work?
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-04-14 23:28:52 +02:00
parent cf786995aa
commit fb9cdb51bc
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

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