Skip to content

Commit

Permalink
test: add TS types check (kelektiv#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Aug 26, 2023
1 parent 510fb0f commit 7426a7e
Show file tree
Hide file tree
Showing 4 changed files with 617 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm ci
- name: Check codestyle compliance
run: npm run lint
- name: Check TS types
run: npm run test:types
- name: Run tests
run: npm run test
env:
CI: true
Loading

0 comments on commit 7426a7e

Please sign in to comment.