feat(fmt): run goimports on format make command (#866)

This commit is contained in:
Ruben Hönle 2025-06-02 10:54:17 +02:00 committed by GitHub
parent 0733ccbec9
commit fe389249c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 8 deletions

View file

@ -29,6 +29,7 @@ build:
fmt:
@gofmt -s -w .
@go tool goimports -w .
@cd $(ROOT_DIR)/examples && terraform fmt -recursive && cd $(ROOT_DIR)
# TEST