Skip to content

Commit

Permalink
ci: add check-types to build workflow (#7)
Browse files Browse the repository at this point in the history
## Description

- add types checking to `build` workflow

## Checklist before requesting a review

- [x] I have conducted a self-review of my code.
- [x] I have conducted a QA.
- [x] If it is a core feature, I have included comprehensive tests.
  • Loading branch information
0xnigir1 authored Sep 11, 2024
1 parent 6f72565 commit ece8457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:

- name: Run Build
run: pnpm build

- name: Check types
run: pnpm check-types

0 comments on commit ece8457

Please sign in to comment.