Conversation
- Replace gaurav-nelson/github-action-markdown-link-check with lycheeverse/lychee-action - Create lychee.toml with exclude patterns from mlc_config.json - Update scheduled check frequency: daily → weekly (Wednesday) - Add caching support via GitHub Actions cache - Extend check targets to include monthly_changelog/*.md, README.md, CONTRIBUTING.md - Cache location: .github/.lychee.cache - Update tools documentation and contributing references mlc_config.json is no longer needed and removed. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Change --cache-max-age to --max-cache-age (correct CLI option) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
cache_dir is not a valid lychee configuration field. Lychee manages cache automatically with the 'cache = true' setting. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
The 'accept' option replaces defaults (100..=103, 200..=299), not adds to them. Without specifying the defaults, all 2xx codes were being rejected. Change: accept = ['429'] → accept = ['100..=103', '200..=299', '429'] This allows success codes (2xx) while also tolerating Rate Limited (429). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Add --cache-dir .github/.lychee.cache to lychee CLI args so that: 1. lychee saves cache to the specified directory 2. GitHub Actions cache action can find and cache the directory This resolves: 'Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.' Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
lychee does not support --cache-dir option. Default cache location is .lycheecache. Changes: - Remove --cache-dir from lychee-action args - Update actions/cache path from .github/.lychee.cache to .lycheecache - Update .gitignore to ignore .lycheecache (not .github/.lychee.cache) This resolves the --cache-dir option error and properly caches the cache file. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
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.
No description provided.