-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add markdown lint #809
add markdown lint #809
Conversation
/azp run dotnet-aspire |
No pipelines are associated with this pull request. |
I've verified that bad markdown does break the build. One note in case it's useful to anyone -- the markdownlint extension in VS Code does not work well for me: I can't get it to respect the configuration files, so it flags things I've suppressed in files I've marked to ignore. Instead, to run markdownlint locally I did npm install -g markdownlint-cli
markdownlint -c .markdownlint.json "**/*.md" and this seems to match what happens in CI. |
/azp run dotnet-aspire |
No pipelines are associated with this pull request. |
/azp list |
No pipelines found for this repository. |
build broken
|
/azp run |
No pipelines are associated with this pull request. |
/azp run |
No pipelines are associated with this pull request. |
/azp run |
No pipelines are associated with this pull request. |
we can presumably remove this too <!-- Required as https://github.com/dotnet/runtime/pull/89509 did not get backported to .NET 8 Preview 7 -->
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" /> |
/azp run dotnet-aspire |
No pipelines are associated with this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why it's not showing here, but PR has passed now: https://dev.azure.com/dnceng-public/public/_build/results?buildId=469639&view=results. Manually merging. |
to avoid any future broken links.