chore(github): add pull request template (#748)

* chore(make): add terraform fmt to fmt task

relates to STACKITTPR-138
This commit is contained in:
Ruben Hönle 2025-04-03 10:48:48 +02:00 committed by GitHub
parent 5527080b9a
commit 6d49b2ff81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View file

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