Skip to content

Update checks.yml#7678

Open
raymondoyondi wants to merge 1 commit intolayer5io:masterfrom
raymondoyondi:master
Open

Update checks.yml#7678
raymondoyondi wants to merge 1 commit intolayer5io:masterfrom
raymondoyondi:master

Conversation

@raymondoyondi
Copy link
Copy Markdown
Contributor

Summary

  • Added a new Broken Link Checker step to the PR checks workflow (.github/workflows/checks.yml) using technote-space/broken-link-checker-action@v2, so broken links are now checked automatically during pull request validation.
  • Configured the step to scan https://layer5.io recursively and ignore mailto: / tel: links, which helps reduce false positives from non-HTTP link schemes.
  • Committed the change with a Conventional Commit message: ci: add broken link checker to checks workflow (commit 994960dc4).

Testing

  • ✅ sed -n '1,260p' .github/workflows/checks.yml
  • ✅ git status --short && git diff -- .github/workflows/checks.yml
  • ✅ git add .github/workflows/checks.yml && git commit -m "ci: add broken link checker to checks workflow"
  • ✅ nl -ba .github/workflows/checks.yml | sed -n '1,220p'

Signed-off-by: raymondoyondi raymondoyondi@gmail.com

Closes #6407

Signed-off-by: Raymond Oyondi <raymondoyondi@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 29, 2026

Preview deployment for PR #7678 removed.

This PR preview was automatically pruned because we keep only the 6 most recently updated previews on GitHub Pages to stay within deployment size limits.

If needed, push a new commit to this PR to generate a fresh preview.

@leecalcote leecalcote requested a review from Bhumikagarggg May 2, 2026 04:33
@Bhumikagarggg
Copy link
Copy Markdown
Contributor

@raymondoyondi Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] Create or add to existing workflow: a broken link checker

2 participants