We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ae414 commit 78778aeCopy full SHA for 78778ae
1 file changed
.github/workflows/ci.yml
@@ -283,8 +283,9 @@ jobs:
283
echo "Testing tsserver..."
284
echo '{"seq": 1, "command": "status"}' | npx tsserver
285
286
- node $GITHUB_WORKSPACE/scripts/checkModuleFormat.mjs typescript
287
- node $GITHUB_WORKSPACE/scripts/checkModuleFormat.mjs typescript/lib/tsserverlibrary
+ PKG_NAME=$(jq -r .name < "$GITHUB_WORKSPACE/package.json")
+ node $GITHUB_WORKSPACE/scripts/checkModuleFormat.mjs "$PKG_NAME"
288
+ node $GITHUB_WORKSPACE/scripts/checkModuleFormat.mjs "$PKG_NAME/lib/tsserverlibrary"
289
290
package-size:
291
runs-on: ubuntu-latest
0 commit comments