We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pr-checks
verify-pr-checks
1 parent 1cf0431 commit 2acd4e5Copy full SHA for 2acd4e5
.github/workflows/script/verify-pr-checks.sh
@@ -31,3 +31,6 @@ if [ ! -z "$(git status --porcelain)" ]; then
31
exit 1
32
fi
33
echo "Success: PR checks are up to date"
34
+
35
+# Typecheck the TS files
36
+npm exec tsc
0 commit comments