Skip to content

Commit 95cb6e8

Browse files
committed
chore: add lint to release pipeline
1 parent 8950986 commit 95cb6e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
- name: Build
9797
run: pnpm build
9898
- name: Run unit tests
99+
run: pnpm lint
100+
- name: Lint
99101
run: pnpm test
100102
timeout-minutes: 15
101103
- name: Get installed Playwright version

0 commit comments

Comments
 (0)