We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7412105 commit 2d7be43Copy full SHA for 2d7be43
.github/workflows/ci.yml
@@ -54,9 +54,9 @@ jobs:
54
- name: TFLint root
55
run: tflint --chdir . -c .tflint.hcl
56
- name: TFLint metric-filter module
57
- run: tflint --chdir modules/metric-filter -c ../.tflint.hcl
+ run: tflint --chdir modules/metric-filter -c ../../.tflint.hcl
58
- name: TFLint subscription-filter module
59
- run: tflint --chdir modules/subscription-filter -c ../.tflint.hcl
+ run: tflint --chdir modules/subscription-filter -c ../../.tflint.hcl
60
- name: TFLint examples (metric)
61
run: tflint --chdir examples/metric_filter_basic -c ../../.tflint.hcl
62
- name: TFLint examples (subscription)
0 commit comments