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 4f94664 commit 8e11c13Copy full SHA for 8e11c13
.github/workflows/reusable-markdown-link-check.yml
@@ -12,15 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
15
- - name: Install markdown-link-check
16
- # https://github.com/tcort/markdown-link-check/issues/297
17
- run: npm install -g [email protected]
18
-
19
- - name: Run markdown-link-check
20
- run: |
21
- find . -type f \
22
- -name '*.md' \
23
- -not -path './CHANGELOG.md' \
24
- -not -path './licenses/*' \
25
- -not -path '*/build/*' \
26
- | xargs .github/scripts/markdown-link-check-with-retry.sh
+ - uses: lycheeverse/lychee-action@v2
+ with:
+ args: >
+ --include-fragments
0 commit comments