mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Adding fmt and check
This commit is contained in:
parent
ba8e4eef2e
commit
70ab2c3567
1 changed files with 5 additions and 5 deletions
10
.github/workflows/setup-infra-pipeline.yml
vendored
10
.github/workflows/setup-infra-pipeline.yml
vendored
|
@ -62,11 +62,11 @@ jobs:
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|
||||||
# - name: Terraform Format & Validate
|
- name: Terraform Format & Validate
|
||||||
# run: |
|
run: |
|
||||||
# cd cicd/grid-capstone-terraform-infra
|
cd cicd/grid-capstone-terraform-infra
|
||||||
# terraform fmt -check
|
terraform fmt -check
|
||||||
# terraform validate
|
terraform validate
|
||||||
|
|
||||||
|
|
||||||
- name: Terraform Apply
|
- name: Terraform Apply
|
||||||
|
|
Loading…
Reference in a new issue