Skip to content

Commit 2d7be43

Browse files
committed
fix ci
1 parent 7412105 commit 2d7be43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- name: TFLint root
5555
run: tflint --chdir . -c .tflint.hcl
5656
- name: TFLint metric-filter module
57-
run: tflint --chdir modules/metric-filter -c ../.tflint.hcl
57+
run: tflint --chdir modules/metric-filter -c ../../.tflint.hcl
5858
- name: TFLint subscription-filter module
59-
run: tflint --chdir modules/subscription-filter -c ../.tflint.hcl
59+
run: tflint --chdir modules/subscription-filter -c ../../.tflint.hcl
6060
- name: TFLint examples (metric)
6161
run: tflint --chdir examples/metric_filter_basic -c ../../.tflint.hcl
6262
- name: TFLint examples (subscription)

0 commit comments

Comments
 (0)