Skip to content

Commit ddfac02

Browse files
authored
ci: run lint in test workflow (#129)
1 parent f9b7ed8 commit ddfac02

2 files changed

Lines changed: 8 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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ node_modules
88
dist/
99
test-results
1010
test-temp-*
11+
.rslib
1112

1213
# IDE
1314
.vscode/*

0 commit comments

Comments
 (0)