Skip to content

Commit

Permalink
ci: add ts type check
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Nov 21, 2023
1 parent d8ab800 commit 83fb63f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Run type:check
run: pnpm run type:check

- name: Build
run: pnpm build

0 comments on commit 83fb63f

Please sign in to comment.