github-samples / github-samples/pets-workshop
Add markdown link-checker CI workflow
Open
@scubaninja is already working on this.
Since May 20, 2026.
priority: P1
- Dominant language
- Python
- Stars
- 80
- Forks
- 161
- Avg merge
- 31m
- Merged PRs (30d)
- 1
Description
Need
No CI workflows exist (by design for the workshop). However, a workflow that validates markdown links in content PRs would catch link rot early.
Suggestion
- Add a workflow triggered on PRs that touch
content/**or*.md - Use an action like
lycheeverse/lychee-actionto check for broken links - Keep it lightweight so it doesn't interfere with workshop exercises
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.