Format depends on validate

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-06-06 16:49:39 -05:00
parent 93c03e7e86
commit 05939cdc47
+2 -2
View File
@@ -10,11 +10,11 @@ initupgrade:
tofu init -upgrade=true
.PHONY: fmt
fmt: init
fmt: init validate
tofu fmt
.PHONY: validate
validate: init fmt
validate: init
tofu validate
.PHONY: clean