Use Lychee for link checking - #135
Merged
Merged
Conversation
|
A nice work it is |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates from the markdown-link-check tool to Lychee for link checking in the repository's CI/CD pipeline. Lychee is a faster, more modern link checker written in Rust. The PR includes extensive link updates throughout the README, converting HTTP URLs to HTTPS where possible, and adds a new GitHub Actions workflow with appropriate ignore patterns for problematic links.
Changes:
- Replaced markdown-link-check with Lychee for link validation
- Updated numerous HTTP links to HTTPS throughout README.md (90+ link updates)
- Added two new website entries: PitchWall and Tech Map
- Removed four entries that appear to be dead/deprecated: Beta Page, Boing Boing, Saasified, and The iPhone Mom
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| mlc_config.json | Removed old markdown-link-check configuration file |
| .github/workflows/markdown-link-check.yml | Removed old workflow using markdown-link-check |
| .lycheeignore | Added new ignore file for Lychee with regex patterns for sites that require special handling |
| .github/workflows/markdown.yml | Added new GitHub Actions workflow using Lychee with HTTPS requirement and custom user agent |
| README.md | Updated 90+ links from HTTP to HTTPS, added 2 new entries, removed 4 deprecated entries |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Removed several links from the list of app submission sites.
Removed Broadwise.org and Startups List from the links.
Owner
|
🎉 nice change @szepeviktor - ty! |
Contributor
Author
|
Glad to contribute. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lychee is a superior tool.
This PR includes many link fixes.
Please do squash my commits.