Skip to content

Commit

Permalink
readd type test
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Jul 7, 2024
1 parent 6b4b153 commit 344dccd
Show file tree
Hide file tree
Showing 3 changed files with 2,296 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: npm ci
- name: Build Types
run: npm run build:types
- name: Test Types
run: npm run test:types
- name: Lint Types
run: npm run lint:types
check-docs:
Expand Down
Loading

0 comments on commit 344dccd

Please sign in to comment.