1- <table >
2- <tr >
3- <td>
4- <h1> ⛔️ Deprecation notice (Apr 2025) </h1>
5- <p>
6- This repository is now ⛔️ <strong>deprecated</strong> and is no longer actively maintained.
7- </p>
8- <p>
9- For support and further development, please use the maintained fork available at
10- <a href="https://github.com/tcort/github-action-markdown-link-check">Tcort GitHub Action Markdown Link Check</a>.
11- </p>
12- <hr />
13- <p>
14- I have also developed a new tool called
15- <a href="https://github.com/UmbrellaDocs/linkspector">Linkspector</a>,
16- which offers improved functionality and reduced false positives.
17- You can try this tool as an alternative if it fits your needs.
18- </p>
19- <p>
20- Try <a href="https://github.com/UmbrellaDocs/action-linkspector">GitHub Action Linkspector</a>!
21- </p>
22- <hr />
23- </td>
24- </tr >
25- </table >
26-
271### GitHub Action - Markdown link check 🔗✔️
28- [ ![ GitHub Marketplace] ( https://img.shields.io/badge/GitHub%20Marketplace-Markdown%20link%20check-brightgreen?style=for-the-badge )] ( https://github.com/marketplace/actions/markdown-link-check )
29- <a href =" https://liberapay.com/gaurav-nelson/donate " ><img alt =" Donate using Liberapay " src =" https://liberapay.com/assets/widgets/donate.svg " ></a >
2+ [ ![ GitHub Marketplace] ( https://img.shields.io/badge/GitHub%20Marketplace-Markdown%20link%20check-brightgreen?style=for-the-badge )] ( https://github.com/marketplace/actions/markdown-link-check-action )
3+
4+ Forked from [ gaurav-nelson/github-action-markdown-link-check] ( https://github.com/gaurav-nelson/github-action-markdown-link-check ) , which is no longer maintained.
305
316This GitHub action checks all Markdown files in your repository for broken links. (Uses [ tcort/markdown-link-check] ( https://github.com/tcort/markdown-link-check ) )
327
@@ -44,7 +19,7 @@ This GitHub action checks all Markdown files in your repository for broken links
4419 runs-on : ubuntu-latest
4520 steps :
4621 - uses : actions/checkout@master
47- - uses : gaurav-nelson /github-action-markdown-link-check@v1
22+ - uses : tcort /github-action-markdown-link-check@v1
4823 ` ` `
4924
5025### Real-life usage samples
@@ -60,8 +35,6 @@ Markdown link check.
60351. [pyroscope-io/pyroscope](https://github.com/pyroscope-io/pyroscope/blob/main/.github/workflows/lint-markdown.yml)
6136 
6237
63- If you are using this on production, consider [buying me a coffee](https://liberapay.com/gaurav-nelson/) ☕.
64-
6538## Configuration
6639
6740- [Custom variables](#custom-variables)
9972 runs-on: ubuntu-latest
10073 steps:
10174 - uses: actions/checkout@master
102- - uses: gaurav-nelson /github-action-markdown-link-check@v1
75+ - uses: tcort /github-action-markdown-link-check@v1
10376 with:
10477 use-quiet-mode: 'yes'
10578 use-verbose-mode: 'yes'
@@ -132,7 +105,7 @@ jobs:
132105 runs-on: ubuntu-latest
133106 steps:
134107 - uses: actions/checkout@master
135- - uses: gaurav-nelson /github-action-markdown-link-check@v1
108+ - uses: tcort /github-action-markdown-link-check@v1
136109 with:
137110 use-quiet-mode: 'yes'
138111 use-verbose-mode: 'yes'
@@ -180,7 +153,7 @@ jobs:
180153 runs-on: ubuntu-latest
181154 steps:
182155 - uses: actions/checkout@master
183- - uses: gaurav-nelson /github-action-markdown-link-check@v1
156+ - uses: tcort /github-action-markdown-link-check@v1
184157 with:
185158 use-quiet-mode: 'yes'
186159 use-verbose-mode: 'yes'
@@ -198,7 +171,7 @@ jobs:
198171 runs-on: ubuntu-latest
199172 steps:
200173 - uses: actions/checkout@master
201- - uses: gaurav-nelson /github-action-markdown-link-check@v1
174+ - uses: tcort /github-action-markdown-link-check@v1
202175 with:
203176 use-quiet-mode: 'yes'
204177 folder-path: 'md/dir1, md/dir2'
@@ -251,7 +224,7 @@ jobs:
251224
252225 # Checks the status of hyperlinks in .md files in verbose mode
253226 - name: Check links
254- uses: gaurav-nelson /github-action-markdown-link-check@v1
227+ uses: tcort /github-action-markdown-link-check@v1
255228 with:
256229 use-verbose-mode: 'yes'
257230` ` `
@@ -267,22 +240,15 @@ On running the workflow described above, the output shown below is obtained
267240# # Versioning
268241GitHub Action - Markdown link check follows the [GitHub recommended versioning strategy](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md).
269242
270- 1. To use a specific released version of the action ([Releases](https://github.com/gaurav-nelson /github-action-markdown-link-check/releases)) :
243+ 1. To use a specific released version of the action ([Releases](https://github.com/tcort /github-action-markdown-link-check/releases)) :
271244 ` ` ` yml
272- - uses: gaurav-nelson /github-action-markdown-link-check@1.0. 1
245+ - uses: tcort /github-action-markdown-link-check@1
273246 ` ` `
2742471. To use a major version of the action :
275248 ` ` ` yml
276- - uses: gaurav-nelson /github-action-markdown-link-check@v1
249+ - uses: tcort /github-action-markdown-link-check@v1
277250 ` ` `
278- 1. You can also specify a [specific commit SHA](https://github.com/gaurav-nelson /github-action-markdown-link-check/commits/master) as an action version :
251+ 1. You can also specify a [specific commit SHA](https://github.com/tcort /github-action-markdown-link-check/commits/master) as an action version :
279252 ` ` ` yml
280- - uses: gaurav-nelson /github-action-markdown-link-check@44a942b2f7ed0dc101d556f281e906fb79f1f478
253+ - uses: tcort /github-action-markdown-link-check@44a942b2f7ed0dc101d556f281e906fb79f1f478
281254 ` ` `
282-
283- <hr>
284- <p align="center">
285- <a name="coffee" href="https://liberapay.com/gaurav-nelson/">
286- <img src="https://i.imgur.com/1Q1YoHz.gif" alt="Buy me a coffee.">
287- </a>
288- </p>
0 commit comments