Skip to content

Commit

Permalink
build: add TypeScript validation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed Oct 7, 2024
1 parent cfe7064 commit 57c9801
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ jobs:
node-version: 'lts/*'
- name: Install dependencies and build
run: npm ci
- name: Build TypeScript
run: npm run build
- name: Check TypeScript
run: npm run typecheck
- name: Test
run: npm test

0 comments on commit 57c9801

Please sign in to comment.