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

Document interpration of filenames and paths in `config-file` #175

Closed mgrojo closed 1 year ago

mgrojo commented 1 year ago

This will prevent it being interpreted as if .github/workflows/ were the working directory.

mgrojo commented 1 year ago

I incorrectly assumed that files without path were to be interpreted relative to the containing directory of the action file itself. I hope this will save others time.