diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-08 14:30:39 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-08 14:30:39 -0600 |
| commit | e22f354f657000105ca73ca03d412ac141831182 (patch) | |
| tree | eb33bb921853624fa83af8c57a25792552d85be9 /Makefile | |
| parent | 956602794ad6355d12233f904037414fd41e94af (diff) | |
chore: install yaml formatter
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 . |
