mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +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
|
||||
|
||||
|
||||
# - name: Terraform Format & Validate
|
||||
# run: |
|
||||
# cd cicd/grid-capstone-terraform-infra
|
||||
# terraform fmt -check
|
||||
# terraform validate
|
||||
- name: Terraform Format & Validate
|
||||
run: |
|
||||
cd cicd/grid-capstone-terraform-infra
|
||||
terraform fmt -check
|
||||
terraform validate
|
||||
|
||||
|
||||
- name: Terraform Apply
|
||||
|
|
Loading…
Reference in a new issue