Skip to content

Commit

Permalink
Add github action to run tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
wyne committed Jul 19, 2024
1 parent af263d6 commit e3bbdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npx eslint .
- run: npm run lint
- run: npm test

0 comments on commit e3bbdd1

Please sign in to comment.