github-action-markdown-link-check icon indicating copy to clipboard operation
github-action-markdown-link-check copied to clipboard

case sensitive extension

Open chicco785 opened this issue 2 years ago • 2 comments

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 avatar Aug 23 '23 06:08 chicco785

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

chicco785 avatar Aug 23 '23 06:08 chicco785

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.

gaurav-nelson avatar May 14 '24 12:05 gaurav-nelson