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

case sensitive extension #191

Open chicco785 opened 10 months ago

chicco785 commented 10 months ago

having a repository where - for whatever mystery - some files have .md and others .MD extension, i realised that the action is case sensitive. I was wondering if it is possible to extend the file-extension variable to support multiple extensions, this would allow to solve the issue and in general to support multiple extensions for markdown files.

chicco785 commented 10 months ago

a quick patch for case insensitive support is replacing -name with -iname

gaurav-nelson commented 1 month ago

Thank you @chicco785 I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.