File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
67
67
lint-test :
68
68
needs : paths-filter
69
- # TODO: if: ${{ needs.paths-filter.outputs.test == 'true' }}
69
+ if : ${{ needs.paths-filter.outputs.test == 'true' }}
70
70
name : Lint (Test Framework)
71
71
runs-on : ubuntu-20.04
72
72
steps :
@@ -110,7 +110,7 @@ jobs:
110
110
111
111
lint-lint :
112
112
needs : paths-filter
113
- # TODO: if: ${{ needs.paths-filter.outputs.lint == 'true' }}
113
+ if : ${{ needs.paths-filter.outputs.lint == 'true' }}
114
114
name : Lint (Lint)
115
115
runs-on : ubuntu-20.04
116
116
steps :
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
lint-languageserver :
164
164
needs : paths-filter
165
- # TODO: if: ${{ needs.paths-filter.outputs.languageserver == 'true' }}
165
+ if : ${{ needs.paths-filter.outputs.languageserver == 'true' }}
166
166
name : Lint (Language Server)
167
167
runs-on : ubuntu-20.04
168
168
steps :
@@ -208,7 +208,7 @@ jobs:
208
208
209
209
lint-docgen :
210
210
needs : paths-filter
211
- # TODO: if: ${{ needs.paths-filter.outputs.docgen == 'true' }}
211
+ if : ${{ needs.paths-filter.outputs.docgen == 'true' }}
212
212
name : Lint (Docgen)
213
213
runs-on : ubuntu-20.04
214
214
steps :
You can’t perform that action at this time.
0 commit comments