Skip to content

Commit

Permalink
add ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Jul 2, 2024
1 parent 4d5e785 commit 5e94bf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm test:unit
- run: pnpm test:cov
- run: pnpm test:format
- run: pnpm test:lint

0 comments on commit 5e94bf2

Please sign in to comment.