HHS / simpler-grants-gov

https://simpler.grants.gov
Other
42 stars 11 forks source link

[Task]: Markdown link checker #335

Open daphnegold opened 1 year ago

daphnegold commented 1 year ago

Summary

Let's check for broken links! Suggest we use a tool implemented into Github Actions pipeline from marketplace

Example: https://github.com/usds/justice40-tool/blob/c7dd4f20d7e930e734aab3c4f143a396a3f586e6/.github/workflows/markdown-link-check.yml#L4

Acceptance criteria

acouch commented 1 year ago

I tested linkcheckmd, and it is not fully functional.

I had success with markdown-link-check. It has pre-commit integration, so worth trying.

acouch commented 9 months ago

We can pick up the implementation here! https://github.com/navapbc/template-infra/pull/497