summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-08 14:30:39 -0600
committermo khan <mo@mokhan.ca>2025-05-08 14:30:39 -0600
commite22f354f657000105ca73ca03d412ac141831182 (patch)
treeeb33bb921853624fa83af8c57a25792552d85be9 /Makefile
parent956602794ad6355d12233f904037414fd41e94af (diff)
chore: install yaml formatter
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 .