Skip to content

Commit

Permalink
chore(ci): add typechecking step
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangosse committed Apr 16, 2024
1 parent 0cd3bce commit 2f48b55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run check-format
- run: npm ci
- run: npm run typecheck
- run: npm test
- run: npm run check-format

0 comments on commit 2f48b55

Please sign in to comment.