shell scripts: shfmt

This commit is contained in:
2024-05-10 16:10:29 +03:00
parent e393a36a65
commit 5aa28f74ee
2 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ lint:
go vet ./...
staticcheck -f stylish ./...
shellcheck $(SCRIPTS)
shfmt $(SCRIPTS)
git diff --exit-code
.INTERMEDIATE: coverage.out
coverage.out: $(GODEPS)