Skip to content

Commit ec84d9a

Browse files
committed
fix parameter
1 parent cd2dcd8 commit ec84d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
input_file: README.md
3737
language: typescript
3838
output_file: temp/extracted-code.ts
39-
block: 2 # Quickstart
39+
block_number: 2 # Quickstart
4040

4141
- name: Lint extracted examples
4242
run: npx eslint temp/*.ts

0 commit comments

Comments
 (0)