Improve quality checks with GitHub Actions and standardized configuration#41
Merged
Malcolmnixon merged 4 commits intomainfrom Dec 27, 2025
Merged
Improve quality checks with GitHub Actions and standardized configuration#41Malcolmnixon merged 4 commits intomainfrom
Malcolmnixon merged 4 commits intomainfrom
Conversation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
requested changes
Dec 27, 2025
Copilot
AI
changed the title
[WIP] Improve quality checks in build configuration
Improve quality checks with GitHub Actions and standardized configuration
Dec 27, 2025
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
approved these changes
Dec 27, 2025
20 tasks
Malcolmnixon
added a commit
that referenced
this pull request
Mar 22, 2026
#47, #50–#51) (#122) * Initial plan * Sync with TemplateDotNetLibrary: agent renames, config YAML formats, lint improvements Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/6cc889a2-a7ef-4630-8a34-607c27342a46 * chore: sync with TemplateDotNetLibrary PR #47 and #50 - Rename docs subdirectories to template naming convention: - buildnotes/ -> build_notes/ - quality/ -> code_quality/ - requirements/ -> requirements_doc/ - tracematrix/ -> requirements_report/ - reviewplan/ -> code_review_plan/ - reviewreport/ -> code_review_report/ - Remove docs/justifications/ (merged into requirements_doc/) - Update all definition.yaml files for renamed directories - Update code_review_plan/introduction.md to add YAML config scope - Add platform-requirements.yaml for OS platform requirements - Add ReviewMark OTS requirement to ots-software.yaml - Include platform-requirements.yaml in requirements.yaml - Update build.yaml: doc paths, build_notes.md, reviewmark TODO - Update release.yaml: build_notes.md references - Update .gitignore with template patterns - Update .reviewmark.yaml with improved header comments - Update .github/pull_request_template.md: use lint.sh - Update .cspell.yaml: remove reqstream, add build_notes - Remove test/AssemblyInfo.cs (per template PR #50) - Update docs/guide/guide.md: inline Continuous Compliance link - Update AGENTS.md: expanded agent selection and quality gate docs - Update all 7 agent files with enhanced template content * refactor: restructure reqstream files to per-unit and per-OTS-tool YAML files * refactor: split design docs per class, untrack package-lock.json Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/44cf4b76-f072-4ec1-bf10-741eeae60682 * ci: replace individual lint actions with lint.sh script in quality-checks job Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/e457826c-4ee7-414e-a620-d3de14e17e49 * chore: pin cspell and markdownlint-cli2 to exact versions in package.json Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/1de043c9-2b2b-42eb-a26d-8ce61fafd527 * fix: correct XML doc comment indentation in TrxSerializer.cs (dotnet format) Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/7ca2a48a-e2fe-49db-adab-37108b8ecf7a --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.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.
Modernizes quality checks by replacing npm-based tooling with GitHub Actions and standardizing linter configurations.
Changes
Workflow updates (
build_on_push.yaml):markdownlint-cliwithDavidAnson/markdownlint-cli2-action@v22cspellwithstreetsidesoftware/cspell-action@v8ibiqlik/action-yamllint@v3for YAML validationConfiguration standardization:
.markdownlint.jsonto DemaConsulting standard (MD003: atx, MD007: indent 2, MD013: 120 chars).yamllint.yamlwith exact specification from issue (allowson:keyword, 120 char limit, proper indentation rules)YAML formatting fixes:
spdx-workflow.yamlto comply with yamllint rules (add document start, fix indentation).github/dependabot.yml.github/workflows/weekly-maintenance.yml.github/ISSUE_TEMPLATE/bug_report.ymlMarkdown fixes:
.github/agents/README.md(MD032).github/ISSUE_TEMPLATE/bug_report.yml(line-length)Dictionary update:
yamllintto.cspell.jsondictionaryValidation
All quality checks pass:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.