File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 66
66
run : tflint -v
67
67
68
68
integration-versions :
69
- name : ' Integration test (tflint_version: ${{ matrix.tflint_version }})'
69
+ name : ' Integration test: version (tflint_version: ${{ matrix.tflint_version }})'
70
70
runs-on : ubuntu-latest
71
71
strategy :
72
72
matrix :
90
90
91
91
integration-checksum :
92
92
runs-on : ubuntu-latest
93
+ name : ' Integration test: checksum'
93
94
94
95
steps :
95
96
- uses : actions/checkout@v4
@@ -104,7 +105,7 @@ jobs:
104
105
- run : tflint -v
105
106
106
107
integration-matchers :
107
- name : ' Integration test (tflint_version: ${{ matrix.tflint_version }})'
108
+ name : ' Integration test: matchers (tflint_version: ${{ matrix.tflint_version }})'
108
109
runs-on : ubuntu-latest
109
110
strategy :
110
111
matrix :
@@ -121,7 +122,7 @@ jobs:
121
122
run : tflint -f compact --force
122
123
123
124
integration-wrapper :
124
- name : ' Integration test (tflint_version: ${{ matrix.tflint_version }})'
125
+ name : ' Integration test: wrapper (tflint_version: ${{ matrix.tflint_version }})'
125
126
runs-on : ubuntu-latest
126
127
strategy :
127
128
matrix :
You can’t perform that action at this time.
0 commit comments