Closed rach-id closed 2 years ago
I believe markdown-link-check is "stuck" because no markdown files are touched in this PR. I need to figure out how to convince it to "succeed" quietly in that case, but until then if you add an empty .md file to the PR that should trigger the CI.
@creachadair I just added the check-modified-files-only: 'yes'
option as it might fix the issue.
@creachadair I just added the
check-modified-files-only: 'yes'
option as it might fix the issue.
I think I figured out the problem. I incorporated your changes along with my fix in #387, since it was a small change anyway. Thanks for the PR!
Bumps linter version to v4 and makes checkout fetch deep.