[release/9.3] fix markdown lint in release/9.3#9536
Merged
wtgodbe merged 1 commit intodotnet:release/9.3from May 28, 2025
Merged
[release/9.3] fix markdown lint in release/9.3#9536wtgodbe merged 1 commit intodotnet:release/9.3from
wtgodbe merged 1 commit intodotnet:release/9.3from
Conversation
Fix these issues, and pin markdownlint so new rules don't appear out of the blue again.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes markdown lint issues and standardizes documentation link formatting while pinning the markdownlint CLI version to avoid unexpected future changes.
- Updated the wording and link formatting in Aspire components and dashboard READMEs.
- Pinned markdownlint-cli to version 0.45.0 in the GitHub workflow.
- Standardized sample repository link formatting in the root README.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Components/Aspire_Components_Progress.md | Revised README sample link text for improved clarity |
| src/Aspire.Dashboard/README.md | Enhanced telemetry section link formatting |
| README.md | Standardized sample link formatting |
| .github/workflows/markdownlint.yml | Pinned the markdownlint-cli version to prevent unexpected rules |
Member
|
The PR mentions 9.3, is this going first to main or was the target branch a typo? |
sebastienros
approved these changes
May 27, 2025
Member
Author
|
target branch is a misfire. I'll fix. |
Member
Author
|
@sebastienros fixed |
eerhardt
approved these changes
May 27, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fix these issues, and pin markdownlint so new rules don't appear out of the blue again.