peter-evans / link-checker

A GitHub action for link checking repository Markdown and HTML files
MIT License
49 stars 11 forks source link

Adding a Config JSON File #34

Closed praneesha closed 4 years ago

praneesha commented 4 years ago

@peter-evans - Is there a way that I can add a config.json file and add it to the link checker?

I want to define the required 429 retry options and give the -a and -r arguments as per https://github.com/tcort/markdown-link-check#markdownlinkcheckmarkdown-opts-callback.

peter-evans commented 4 years ago

Hi @praneesha

This action is a wrapper around the tool Liche. What you linked to seems to be a different tool that also does link checking of markdown documents. I'm afraid this action doesn't support that tool.