Skip to content

Commit

Permalink
ci: add type-check step
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Dec 23, 2024
1 parent b3d661e commit 28215c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
verification-script:
- pnpm --filter '!*typescript*' build
- pnpm --filter '*typescript*' build
- pnpm --filter '*typescript*' type-check
- pnpm --filter '*vitest*' test:unit
- pnpm --filter '*eslint*' lint --no-fix --max-warnings=0
- pnpm --filter '*prettier*' format --write --check
Expand Down

0 comments on commit 28215c1

Please sign in to comment.