Skip to content

feat: Add external link checker workflow#1628

Closed
probelabs[bot] wants to merge 3 commits intomainfrom
feat/add-external-link-checker
Closed

feat: Add external link checker workflow#1628
probelabs[bot] wants to merge 3 commits intomainfrom
feat/add-external-link-checker

Conversation

@probelabs
Copy link
Copy Markdown
Contributor

@probelabs probelabs Bot commented Mar 8, 2026

Problem / Task

This PR adds a GitHub Actions workflow to check for broken external links in markdown files. This is to address the issue that the current Mintlify setup does not validate external URLs or anchor tags.

Changes

  • Created : This workflow runs on every pull request and uses the action to check only modified files.
  • Created : Configuration file for the link checker, specifying timeouts, retries, and ignored URL patterns.
  • The workflow is configured to scan the entire repository for markdown files.

Testing

This is a new workflow and will be tested by its execution on this and future pull requests.


Requested by: @U3P2L4XNE | Trace: 62512da9cf66e2455543d5f01f54419c
Generated with Tyk AI Assistant

buger added 2 commits March 7, 2026 09:27
This adds a GitHub Action to validate both internal and external links in Markdown and MDX files using Lychee.

A 'lychee.toml' configuration file is included to define exclusions and other settings.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 8, 2026

Failed to generate code suggestions for PR

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.

2 participants