[CI] Workflow updates to use lychee link checker - #610
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s CI-related metadata to align the markdown workflow with the newer shared workflow/link-checker setup and refreshes workflow permissions/badges around that change. It primarily affects GitHub Actions configuration and supporting link-check configuration files.
Changes:
- Switched the markdown workflow from the old markdown link checker config to a new
lychee-based config and updated the shared reusable workflow version. - Simplified the README status badges by replacing separate build/test badges with a single CI badge.
- Tightened the dependency review workflow permission declarations.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Replaces separate build/test badges with a single CI badge. |
| .github/workflows/markdown.yml | Updates the reusable markdown workflow version and points link checking at lychee.toml. |
| .github/workflows/dependency-review.yml | Changes workflow/job permission declarations for dependency review. |
| .github/markdown-link-check.jsonc | Removes the old markdown-link-check configuration file. |
| .github/lychee.toml | Adds the new Lychee link checker configuration. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
soumeh01
marked this pull request as ready for review
May 4, 2026 14:00
Contributor
Dependency ReviewThe following issues were found:
Snapshot WarningsRe-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice. License Issues.github/workflows/markdown.yml
go.mod
OpenSSF ScorecardScorecard details
Scanned Files
|
JonatanAntoni
approved these changes
May 5, 2026
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.
Changes
Checklist