File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ jobs:
134134 run : |
135135 cd ${{ matrix.tabInfo.directory }}
136136 yarn tsc
137-
137+ yarn lint
138+
138139 bundles :
139140 runs-on : ubuntu-latest
140141 needs : find-packages
@@ -174,6 +175,12 @@ jobs:
174175 cd ${{ matrix.bundleInfo.directory }}
175176 yarn test --coverage
176177
178+ - name : Run Linting
179+ if : matrix.bundleInfo.changes
180+ run : |
181+ cd ${{ matrix.bundleInfo.directory }}
182+ yarn lint
183+
177184 devserver :
178185 name : Dev Server Tasks
179186 runs-on : ubuntu-latest
@@ -258,9 +265,6 @@ jobs:
258265 - name : Lint Global
259266 run : yarn buildtools lintglobal
260267
261- - name : Lint Bundles and Tabs
262- run : yarn workspaces foreach -j 5 -pW --from "./src/{bundles,tabs}/*" run lint
263-
264268 - name : Build Manifest
265269 run : yarn buildtools manifest
266270
You can’t perform that action at this time.
0 commit comments