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

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

Enable multiple files #61

Closed koppor closed 4 years ago

koppor commented 4 years ago

This fixes https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/41#issuecomment-664816921.

Drawback: Folder paths with space in them have to be provided in quotes.

Will test soon.

gaurav-nelson commented 4 years ago

Thanks @koppor for the PR. However after your comments (at https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/41#issuecomment-664816921) I started working on a new solution rather than piggybacking on existing variables.

I am thinking about:

and then pass on those values to find command.

koppor commented 4 years ago

Sounds good! Thank you for adding a more user-friendly solution!