Add automated link checker for cg-site
markdboyd opened this issue · 1 comments
markdboyd commented
To prevent broken links from appearing in our public documentation, we should add automated link checking to our CI for this repo.
Tasks:
- Choose an automated link checker and Github action
- Add a Github workflow for link checking to this repo
- Test Github workflow for link checking to make sure it works correctly
- Submit PR to fix broken links
markdboyd commented
For now, I'm going with the lychee link checker tool and action:
https://github.com/lycheeverse/lychee
https://github.com/lycheeverse/lychee-action
And I have a WIP PR adding a workflow for the Lychee action: