Skip to content

Commit

Permalink
ci(check.yaml): add typecheck and build check on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kimuson committed Jul 15, 2024
1 parent c38fda6 commit dac8ffb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: lint
run: pnpm lint

- name: typecheck
run: pnpm typecheck

- name: check if build successfully
run: pnpm build

check_test:
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down

0 comments on commit dac8ffb

Please sign in to comment.