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 Feb 20, 2024
1 parent b69476a commit 03f9e5a
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 03f9e5a

Please sign in to comment.