Skip to content

Commit d0889d4

Browse files
committed
#35 chnaged path for terraform-utils, and added workind directory for terraform fmt
1 parent 01c6129 commit d0889d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/terraform-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: actions/checkout@v2
4545
- name: Terraform Format
4646
run: terraform fmt -recursive -write=false -check .
47+
working-directory: ./terraform
4748

4849
# Checks that all Terraform configuration files tflint
4950
terraform-tflint:

.github/workflows/terraform-utils-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- 'feature/terraform-utils'
7-
#paths:
8-
# - 'docker/terraform-utils/Dockerfile'
7+
paths:
8+
- 'docker/terraform-utils/Dockerfile'
99

1010
jobs:
1111
push_to_registries:

0 commit comments

Comments
 (0)