Skip to content

Commit 54a5659

Browse files
committed
Separate the lint check into two different steps
1 parent 079de28 commit 54a5659

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,11 @@ jobs:
255255
- name: Check constraints
256256
run: yarn constraints
257257

258-
- name: Lint Everything
259-
run: yarn lint:all
258+
- name: Lint Global
259+
run: yarn buildtools lintglobal
260+
261+
- name: Lint Bundles and Tabs
262+
run: yarn workspaces foreach -j 5 -pW --from "./src/{bundles,tabs}/*" run lint
260263

261264
- name: Build Manifest
262265
run: yarn buildtools manifest

0 commit comments

Comments
 (0)