YO
Youssef1313/markdown-links-verifier
A GitHub Action to validate links in Markdown files
Markdown Links Verifier
Markdown Links Verifier is an GitHub Action that helps keeping links in Markdown files in a good state.
For version history, see CHANGES.md.
Get started
To get started, create a markdown-links-verifier.yml under .github/workflows/ directory with the following contents:
name: Markdown links verifier
on: [push, pull_request]
jobs:
validate_links:
name: Markdown links verifier
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v1
- name: Validate links
uses: Youssef1313/markdown-links-verifier@v0.1.3Thanks
- Big thanks to @jmarolf for dotnet-start which helped a lot!
- Big thanks to @IEvangelist for versionsweeper which helped a lot!
On this page
Languages
C#99.1%Dockerfile0.9%
Contributors
MIT License
Created March 10, 2021
Updated February 26, 2026