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 b3d7eea commit 415a7adCopy full SHA for 415a7ad
.github/workflows/validate-markdown.yaml
@@ -17,8 +17,6 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v5 # checkout repo content
20
- with:
21
- fetch-depth: 0
22
23
- uses: actions/setup-node@v5 # setup Node.js
24
with:
@@ -28,7 +26,7 @@ jobs:
28
26
run: npx --yes markdownlint-cli2 --config spec.markdownlint.yaml src/oas.md
29
27
30
- name: Check links in work-in-progress spec
31
- run: npx --yes linkspector check -c linkspector-config.yaml
+ run: npx --yes @umbrelladocs/linkspector check -c linkspector-config.yaml
32
33
- name: Lint other files
34
run: npx --yes markdownlint-cli2 *.md
0 commit comments