github-action-markdown-link-check
github-action-markdown-link-check copied to clipboard
Create a v2 using GitHub Actions toolkit
trafficstars
Currently, the action uses the markdown-link-check CLI tool and executes a bash script. Over time the bash script has become too long to manage and test. Changes often result in breaking some or other functionality.
As we advance, I think it's best to create a v2 of this action using the GitHub Actions toolkit.