diff options
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 . |
