Skip to content

Commit f19be20

Browse files
committed
ci: run lint in test workflow
1 parent f9b7ed8 commit f19be20

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ jobs:
3030
cache: 'pnpm'
3131

3232
- name: Install Dependencies
33-
run: pnpm install && npx playwright install
33+
run: pnpm install
34+
35+
- name: Run Lint
36+
run: pnpm run lint
37+
38+
- name: Install Playwright
39+
run: npx playwright install
3440

3541
- name: Run Test
3642
run: pnpm run build && pnpm run test

0 commit comments

Comments
 (0)