tendermint / spec

131 stars 56 forks source link

Fixes linter #385

Closed rach-id closed 2 years ago

rach-id commented 2 years ago

Bumps linter version to v4 and makes checkout fetch deep.

creachadair commented 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.

rach-id commented 2 years ago

@creachadair I just added the check-modified-files-only: 'yes' option as it might fix the issue.

creachadair commented 2 years ago

@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!