Skip to content

Commit

Permalink
Work around markdown-link-check issues. (#8339)
Browse files Browse the repository at this point in the history
Work around two issues causing the markdown link check to fail in CI.

1. actions/checkout#760. A git permissions issue,
   apparently triggered by a combination of a git change and the behaviour of
   actions/checkout.

2. gaurav-nelson/github-action-markdown-link-check#129.
   Merging an updated version of the underlying package that fixes a bug in the
   handling of local #anchors.

The workaround is a temporary patched fork of the link-checker action.  This
should be removed once the upstream issues are addressed.
  • Loading branch information
M. J. Fromberger committed Apr 13, 2022
1 parent 024f611 commit 6bbf5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
PATTERNS: |
**/**.md
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
- uses: creachadair/github-action-markdown-link-check@master
with:
check-modified-files-only: 'yes'
config-file: '.md-link-check.json'
Expand Down

0 comments on commit 6bbf5b6

Please sign in to comment.