summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68a9318..a43c8d8 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ setup:
@mise install
@go install tool
@command -v godotenv
+ @command -v yamlfmt
build: sparkled
@@ -41,6 +42,10 @@ run-image: build-image
sh-image: build-builder-image
@docker run --rm -it $(IMAGE_TAG) /bin/sh
+lint:
+ @yamlfmt --lint .
+
tidy:
@go get -u ./...
@go mod tidy
+ @yamlfmt .