We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tsc
pr-checks
1 parent 453219e commit 7ff5de3Copy full SHA for 7ff5de3
.github/workflows/script/verify-pr-checks.sh
@@ -33,4 +33,4 @@ fi
33
echo "Success: PR checks are up to date"
34
35
# Typecheck the TS files
36
-npm exec tsc
+cd pr-checks && npm exec tsc
0 commit comments