gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
399 stars 77 forks source link

Disable check for some links of domains #180

Closed liangyuanpeng closed 9 months ago

liangyuanpeng commented 1 year ago

Thanks for your work, this is a great project.

I want to disable check for some domain, like test.local, this is my local domain at hosts, it's not really domain.

fharper commented 9 months ago

You can do that by creating a configuration file, and add an ignorePattern.

You can see how I did it:

gaurav-nelson commented 9 months ago

Thank you @fharper @liangyuanpeng That's the way to do it.