Skip to content

Markdown links verifier

Actions
Verify links in your markdown files
v0.1.3
Latest
Star (4)

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.3

Thanks

Markdown links verifier is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Verify links in your markdown files
v0.1.3
Latest

Markdown links verifier is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.