Skip to content

Commit 415a7ad

Browse files
committed
Update validate-markdown.yaml
1 parent b3d7eea commit 415a7ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/validate-markdown.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v5 # checkout repo content
20-
with:
21-
fetch-depth: 0
2220

2321
- uses: actions/setup-node@v5 # setup Node.js
2422
with:
@@ -28,7 +26,7 @@ jobs:
2826
run: npx --yes markdownlint-cli2 --config spec.markdownlint.yaml src/oas.md
2927

3028
- name: Check links in work-in-progress spec
31-
run: npx --yes linkspector check -c linkspector-config.yaml
29+
run: npx --yes @umbrelladocs/linkspector check -c linkspector-config.yaml
3230

3331
- name: Lint other files
3432
run: npx --yes markdownlint-cli2 *.md

0 commit comments

Comments
 (0)