fix: check args
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-12-19 16:10:52 +01:00
parent 731eed3a1c
commit a78195f365
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ format:
@gofmt -s -w ./...
check:
@test -z $$(gofmt -l ./...) || \
@test -z $$(gofmt -l .) || \
(echo "gofmt: formatting issue - run 'make format' to resolve" && exit 1)
clean: