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 6a7c1be commit d84265cCopy full SHA for d84265c
.github/workflows/docs-lint-and-validate.yaml
@@ -42,6 +42,9 @@ jobs:
42
# - name: Check TypeScript compilation
43
# run: cd temp && npx tsc --noEmit --project tsconfig.json
44
45
+ - name: install dependencies
46
+ run: cd temp && npm install
47
+
48
- name: Lint extracted examples
49
run: cd temp && npx eslint *.ts --config eslint.config.js
50
0 commit comments