We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490e736 commit abb803cCopy full SHA for abb803c
.github/workflows/docs-lint-and-validate.yaml
@@ -60,8 +60,8 @@ jobs:
60
}
61
EOF
62
63
- - name: Check TypeScript compilation
64
- run: npx tsc --noEmit --project temp/tsconfig.json
+ # - name: Check TypeScript compilation
+ # run: npx tsc --noEmit --project temp/tsconfig.json
65
66
- name: Lint extracted examples
67
run: npx eslint temp/*.ts --config .eslintrc
0 commit comments