custom markdown list check action#48
Merged
YanxuanLiu merged 47 commits intoNVIDIA:mainfrom Aug 19, 2025
Merged
Conversation
Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
Creates a custom GitHub Action for checking markdown links to replace the deprecated gaurav-nelson action with tcort/github-action-markdown-link-check, while adding improved error output formatting that summarizes error items at the end of logs for better readability.
- Replaces deprecated markdown link check action with tcort/github-action-markdown-link-check
- Adds custom output processing to collect and display error summaries at the end
- Includes GitHub workflow configuration for running the action on pull requests
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| markdown-link-check/action.yml | Custom composite action that wraps tcort/github-action-markdown-link-check with enhanced error reporting |
| .github/workflows/markdown-link-check.yml | Workflow configuration to run the markdown link check on pull requests |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
pxLi
reviewed
Aug 19, 2025
pxLi
reviewed
Aug 19, 2025
Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
pxLi
approved these changes
Aug 19, 2025
YanxuanLiu
added a commit
that referenced
this pull request
Aug 19, 2025
based on #48 Support all parameters of https://github.com/tcort/github-action-markdown-link-check?tab=readme-ov-file#custom-variables for shared action. Test log: https://github.com/YanxuanLiu/spark-rapids-common/actions/runs/17061831171/job/48370058150?pr=5#step:4:9 --------- Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.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.
Create custom markdown list check action, since
Test runs: