Skip to content

Commit 1c6004d

Browse files
docs: use link-inspector (#1790)
Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 6099f79 commit 1c6004d

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.github/workflows/ci-markdown-link.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@ name: Markdown Link Check
22

33
on:
44
pull_request:
5+
paths:
6+
- '**/*.md'
57

68
jobs:
79
markdown-link-check:
810
runs-on: ubuntu-latest
911
steps:
1012
- uses: actions/checkout@v4
1113

12-
- name: "Markdown Link Check"
13-
uses: gaurav-nelson/github-action-markdown-link-check@v1
14+
# equivalent cli: linkspector check
15+
- name: Run linkspector
16+
uses: umbrelladocs/action-linkspector@v1
1417
with:
15-
config-file: '.markdown-link-check.json'
16-
use-quiet-mode: 'yes'
17-
use-verbose-mode: 'yes'
18+
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
reporter: github-pr-review
20+
fail_on_error: true

.markdown-link-check.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)