Skip to content

Commit 3231006

Browse files
committed
Fix path
1 parent abea1bd commit 3231006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Terraform Format Check
2020
id: fmt
21-
run: terraform fmt -check -recursive operations/deployment/terraform/
21+
run: terraform fmt -check -recursive operations/deployment/terraform/aws/
2222
continue-on-error: true
2323

2424
- name: Create mock provider.tf

0 commit comments

Comments
 (0)