chore(github): add pull request template (#748)
* chore(make): add terraform fmt to fmt task relates to STACKITTPR-138
This commit is contained in:
parent
5527080b9a
commit
6d49b2ff81
2 changed files with 20 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -29,6 +29,7 @@ build:
|
|||
|
||||
fmt:
|
||||
@gofmt -s -w .
|
||||
@cd $(ROOT_DIR)/examples && terraform fmt -recursive && cd $(ROOT_DIR)
|
||||
|
||||
# TEST
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue