Skip to content

Commit bff4ab7

Browse files
committed
Replace deprecated markdown-link-check action with maintained fork
Uses tcort/github-action-markdown-link-check which is actively maintained. Same configuration and API as the deprecated gaurav-nelson version.
1 parent dba84c9 commit bff4ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-markdown-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Check markdown links
25-
uses: gaurav-nelson/github-action-markdown-link-check@v1
25+
uses: tcort/github-action-markdown-link-check@v1
2626
with:
2727
use-quiet-mode: 'yes'
2828
use-verbose-mode: 'no'

0 commit comments

Comments
 (0)