Skip to content

Commit

Permalink
chore: Add typechecking and linting to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
willtp87 authored May 9, 2024
1 parent ffacc80 commit 3aff4ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: yarn install
- run: yarn ts-check
- run: lint
- run: yarn test

0 comments on commit 3aff4ca

Please sign in to comment.