Skip to content

Add lychee workflow to check links in MD files#21

Merged
egorsmkv merged 5 commits intomainfrom
copilot/add-lychee-workflow-links
Oct 28, 2025
Merged

Add lychee workflow to check links in MD files#21
egorsmkv merged 5 commits intomainfrom
copilot/add-lychee-workflow-links

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Oct 28, 2025

Adds automated link validation for Markdown files using lychee, a fast async link checker.

Changes

  • .github/workflows/lychee.yml: New workflow that:
    • Runs on push/PR to main, weekly schedule (Monday 00:00 UTC), and manual dispatch
    • Checks all **/*.md files with 3 retries for failed requests
    • Accepts 200/204/429 status codes to handle rate limits gracefully
    • Uses minimal permissions (contents: read)

The workflow will catch broken links in PRs and monitor link health over time.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add lychee workflow to check links in MD files</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 4 commits October 28, 2025 21:12
Co-authored-by: egorsmkv <7875085+egorsmkv@users.noreply.github.com>
…errors

Co-authored-by: egorsmkv <7875085+egorsmkv@users.noreply.github.com>
Co-authored-by: egorsmkv <7875085+egorsmkv@users.noreply.github.com>
Co-authored-by: egorsmkv <7875085+egorsmkv@users.noreply.github.com>
@egorsmkv egorsmkv marked this pull request as ready for review October 28, 2025 21:19
Copilot AI changed the title [WIP] Add lychee workflow to check links in MD files Add lychee workflow to check links in MD files Oct 28, 2025
Copilot AI requested a review from egorsmkv October 28, 2025 21:20
@egorsmkv egorsmkv merged commit 0f2e99e into main Oct 28, 2025
1 check passed
@egorsmkv egorsmkv deleted the copilot/add-lychee-workflow-links branch October 28, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add lychee workflow to check links in MD files

2 participants