Skip to content

Commit

Permalink
Format TF examples when go code is formatted from make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Sep 16, 2024
1 parent ab90e9e commit bc9d0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ vet:
fmt: tools # Format the code
@echo "formatting the code with $(GOFMT)..."
@$(GOFMT) -l -w .
@terraform fmt -recursive ./examples/

fmtcheck:
@gofumpt -d -l .
Expand Down

0 comments on commit bc9d0fc

Please sign in to comment.