Skip to content

Commit

Permalink
ci: Add typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Apr 21, 2024
1 parent d6c94fd commit 5f2ef96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
node-version: 18
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run typecheck
- run: pnpm run lint
- run: pnpm run test
2 changes: 1 addition & 1 deletion pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

pnpm run lint && pnpm run test
pnpm run typecheck && pnpm run lint && pnpm run test

0 comments on commit 5f2ef96

Please sign in to comment.