github-action-markdown-link-check
github-action-markdown-link-check copied to clipboard
case sensitive extension
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.
a quick patch for case insensitive support is replacing -name with -iname
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.