Skip to content

Commit

Permalink
chore: add lint to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Apr 29, 2024
1 parent 8950986 commit 95cb6e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
- name: Build
run: pnpm build
- name: Run unit tests
run: pnpm lint
- name: Lint
run: pnpm test
timeout-minutes: 15
- name: Get installed Playwright version
Expand Down

0 comments on commit 95cb6e8

Please sign in to comment.