Skip to content

Commit e62e2cd

Browse files
authored
chore(v2): Fix IaC lint (#1576)
* fix PR lint * And another one
1 parent c6bdf96 commit e62e2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_iac_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Terraform lint
4646
uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3.1.1
4747
- name: Run Terraform lint to check for best practices, errors, deprecated syntax etc.
48-
working-directory: examples/powertools-examples-core/terraform
48+
working-directory: examples/powertools-examples-core-utilities/terraform
4949
run: |
5050
tflint --version
5151
tflint --init

0 commit comments

Comments
 (0)