chore: updates the make fmt command (#6577)

Signed-off-by: kanchan-dhamane <74534570+kanchan-dhamane@users.noreply.github.com>
This commit is contained in:
Kanchan Dhamane
2024-07-12 22:19:12 +08:00
committed by GitHub
parent a0ae9c68ee
commit 5dbbbce4ea
+1 -1
View File
@@ -43,7 +43,7 @@ fmt: goimports installcue
$(CUE) fmt ./vela-templates/definitions/registry/*
$(CUE) fmt ./pkg/stdlib/pkgs/*
$(CUE) fmt ./pkg/stdlib/op.cue
$(CUE) fmt ./pkg/workflow/tasks/template/static/*
$(CUE) fmt ./pkg/workflow/template/static/*
## sdk_fmt: Run go fmt against code
sdk_fmt: