Skip to content

Commit abb803c

Browse files
committed
remove ts compilation
1 parent 490e736 commit abb803c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-lint-and-validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
}
6161
EOF
6262
63-
- name: Check TypeScript compilation
64-
run: npx tsc --noEmit --project temp/tsconfig.json
63+
# - name: Check TypeScript compilation
64+
# run: npx tsc --noEmit --project temp/tsconfig.json
6565

6666
- name: Lint extracted examples
6767
run: npx eslint temp/*.ts --config .eslintrc

0 commit comments

Comments
 (0)