Youssef1313 / markdown-links-verifier

A GitHub Action to validate links in Markdown files
MIT License
4 stars 1 forks source link

Feature: exclude path patterns #61

Open Youssef1313 opened 3 years ago

Youssef1313 commented 3 years ago

Have the GH Action configurable through a markdown-links-verifier-config.json file at the repository root, like the following:

{
  "exclude": [
    "directory/**",
    "**/ExcludeMe.md",
  ]
}