Skip to content

Commit 666ba78

Browse files
committed
try linting every block
1 parent 078dc50 commit 666ba78

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,9 @@ jobs:
3636
input_file: README.md
3737
language: typescript
3838
output_file: temp/extracted-code.ts
39-
block_number: 2 # Quickstart
40-
41-
- name: Upload extracted code as artifact
42-
uses: actions/upload-artifact@v4
43-
with:
44-
name: extracted-code.ts
45-
path: temp/extracted-code.ts
46-
retention-days: 2
4739

4840
- name: Lint extracted examples
49-
run: npx eslint temp/extracted-code.ts
41+
run: npx eslint temp/*.ts
5042

5143
- name: Clean up
5244
if: always()

0 commit comments

Comments
 (0)