Skip to content

Commit

Permalink
add type checks to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
powerpaul17 committed Nov 6, 2023
1 parent ced0f12 commit ca2670e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ jobs:
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run test

check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run check

0 comments on commit ca2670e

Please sign in to comment.