Skip to content

Commit 2acd4e5

Browse files
committed
Typecheck the TS files in pr-checks in verify-pr-checks job
1 parent 1cf0431 commit 2acd4e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/script/verify-pr-checks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ if [ ! -z "$(git status --porcelain)" ]; then
3131
exit 1
3232
fi
3333
echo "Success: PR checks are up to date"
34+
35+
# Typecheck the TS files
36+
npm exec tsc

0 commit comments

Comments
 (0)