Skip to content

Commit cab599d

Browse files
Add module build validation page scaffold
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 0b4b9e8 commit cab599d

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

src/docs/Modules/Process-PSModule/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This section documents how module repositories are formed and how they move from
88

99
- [Repository Structure](repository-structure.md)
1010
- [Module Anatomy](module-anatomy.md)
11+
- [Module Build Validation](module-build-validation.md)
1112
- [Build, Test, Pack, Publish](build-test-pack-publish.md)
1213
- [Template Quickstart](template-quickstart.md)
1314
- [Module Bootstrap](module-bootstrap.md)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Module Build Validation
3+
description: PSModule-specific validation checks that extend the shared MSXOrg Build/Implement workflow step before a draft pull request is marked ready.
4+
---
5+
6+
# Module Build Validation
7+
8+
Use this page after scaffolding a module change or implementing a function and before you finish self-review or mark a draft pull request ready. It extends the shared MSXOrg [Workflow Build step](https://msxorg.github.io/docs/Ways-of-Working/Workflow/#build) and [Implement guidance](https://msxorg.github.io/docs/Agents/implement/) with the PSModule-specific validation checks that module repositories must pass.
9+
10+
## Validation sequence
11+
12+
1. Module design alignment
13+
2. Module documentation
14+
3. Function structure
15+
4. Function documentation
16+
5. PowerShell best practices
17+
6. Coding standards alignment
18+
19+
## Where this connects
20+
21+
- [PowerShell module standard](../Standards.md)
22+
- [Module types](../Module-Types.md)
23+
- [Module Anatomy](module-anatomy.md)
24+
- [Repository Defaults](../Repository-Defaults.md)
25+
- [MSX Coding Standards](https://msxorg.github.io/docs/Coding-Standards/)

0 commit comments

Comments
 (0)