We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bca0a commit 8d03131Copy full SHA for 8d03131
1 file changed
.pre-commit-config.yaml
@@ -71,7 +71,7 @@ repos:
71
entry: bash -c 'cd infra-ecs && ./run-tests.sh'
72
language: system
73
pass_filenames: false
74
- files: ^infra-ecs/(modules/|tests/).*\.(tf|tfvars|tftest\.hcl)$
+ files: ^infra-ecs/(deployment/|modules/|tests/).*\.(tf|tfvars|tftest\.hcl)$
75
stages: [pre-push]
76
77
# Terraform EKS module tests
@@ -83,5 +83,5 @@ repos:
83
entry: bash -c 'cd infra-eks && ./run-tests.sh'
84
85
86
- files: ^infra-eks/(modules/|tests/).*\.(tf|tfvars|tftest\.hcl)$
+ files: ^infra-eks/(deployment/|modules/|tests/).*\.(tf|tfvars|tftest\.hcl)$
87
0 commit comments