Skip to content

Commit

Permalink
enable type check
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika committed Feb 11, 2025
1 parent f44c2c6 commit 3bd984a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: "lts/*"

- run: pnpm i
- run: pnpm type-check
- run: pnpm lint
- run: pnpm build

0 comments on commit 3bd984a

Please sign in to comment.