Skip to content

Commit

Permalink
ci: add Check type
Browse files Browse the repository at this point in the history
  • Loading branch information
JianJroh committed Jun 6, 2023
1 parent 7ce9951 commit 9836e35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: Check type
run: pnpm check:type

- name: Check lint
run: pnpm lint

Expand Down

0 comments on commit 9836e35

Please sign in to comment.