File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 node-version : ' 20.x'
3030 - name : Validate markdown
31- run : npx --yes mdv versions/3.*.md
31+ run : npx --yes mdv versions/3.*.md src/oas.md
3232 - name : Lint markdown 3.0.4, 3.1.1, and later
33- run : npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md versions/3.1.[^0].md versions/3.[2-9].*.md
33+ run : npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md versions/3.1.[^0].md versions/3.[2-9].*.md src/oas.md
Original file line number Diff line number Diff line change 1414 "license" : " Apache-2.0" ,
1515 "scripts" : {
1616 "build" : " bash ./scripts/md2html/build.sh" ,
17- "test" : " c8 --100 vitest --watch=false"
17+ "test" : " c8 --100 vitest --watch=false" ,
18+ "validate-markdown" : " npx mdv src/oas.md && npx markdownlint-cli src/oas.md"
1819 },
1920 "readmeFilename" : " README.md" ,
2021 "files" : [
You can’t perform that action at this time.
0 commit comments