Delete .github/workflows/lint-markdown.yml#454
Merged
Conversation
Contributor
🏗️ PR Added to Squad Triage QueueThis PR has been labeled with Next steps:
|
mpaulosky
enabled auto-merge (squash)
July 20, 2026 22:58
There was a problem hiding this comment.
Pull request overview
This PR removes the legacy Markdown lint GitHub Actions workflow (.github/workflows/lint-markdown.yml), likely in favor of the repo’s newer standardized linting workflows.
Changes:
- Deleted the
lint-markdown.ymlworkflow that ranmarkdownlint-cli2on pushes and pull requests across several branches.
Comments suppressed due to low confidence (1)
.github/workflows/lint-markdown.yml:1
- Deleting this workflow changes Markdown lint coverage: this file previously ran on push to
dev/insiderand on PRs targetingdev/preview/main/insider, but the remaining.github/workflows/squad-standard-lint-markdown.ymlonly runs on PRs todev/main(plus manual dispatch). Ifpreview/insiderbranches (or push events) still need markdown lint enforcement, the standard workflow should be updated to match the previous trigger matrix before removing this job.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #454 +/- ##
=======================================
Coverage 76.78% 76.78%
=======================================
Files 71 71
Lines 1775 1775
Branches 214 214
=======================================
Hits 1363 1363
Misses 336 336
Partials 76 76 🚀 New features to boost your workflow:
|
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.
Summary
Closes #
Type of Change
Domain Affected
Self-Review Checklist
Code Quality
dotnet build MyBlog.slnx --configuration Release— 0 errors, 0 warningsdotnet test MyBlog.slnx --configuration Release --no-build— all passArchitecture
Command/Query/Handler/Validatornaming conventionssealedWeborPersistence.*projectsResult<T>/ResultErrorCodeused for expected failures (no exception-driven control flow)Domain.DTOs; Models are inDomain.ModelsTests
[Collection("XxxIntegration")])IssueDto.Empty/CommentDto.Emptyinstances directlySecurity (check if security-relevant)
RequireAuthorization/ policy appliedMarkupStringused with user-supplied contentMerge Readiness
main(no merge conflicts)Screenshots / Evidence
Notes for Reviewers