Skip to content

Commit cdfe645

Browse files
authored
Merge branch 'main' into ci/pass-suppression
2 parents d2ef0ab + e5e2dca commit cdfe645

4 files changed

Lines changed: 175 additions & 712 deletions

File tree

.github/workflows/validate-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v6 # setup Node.js
2121
with:
22-
node-version: "20.x"
22+
node-version: "24.x"
2323

2424
- name: Lint work-in-progress spec
2525
run: npx --yes markdownlint-cli2 --config spec.markdownlint.yaml src/oas.md

.linkspector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ ignorePatterns:
1414
- pattern: 'clientdomain.com'
1515
- pattern: 'example.org'
1616
- pattern: 'https://www.w3.org/TR/xml-names11/'
17+
- pattern: 'https://www.npmjs.com/package/markdownlint'
18+
- pattern: 'https://www.merriam-webster.com/dictionary/'

0 commit comments

Comments
 (0)