Skip to content

Commit

Permalink
ci(ci): add types checking
Browse files Browse the repository at this point in the history
  • Loading branch information
niusia-ua committed Oct 22, 2024
1 parent c3cc837 commit 7b50305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
node-version: 20
cache: npm
- run: npm ci
- name: Check types
run: npm run check-types
- name: Check formatting
run: npm run fmt
- name: Lint
Expand Down

0 comments on commit 7b50305

Please sign in to comment.