Skip to content

Commit facbef0

Browse files
fix: satisfy natural language lint
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 86b4ce6 commit facbef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/plugin/psmodule/skills/psmodule-v8-upgrade

.github/plugin/psmodule/skills/psmodule-v8-upgrade/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Before editing, record the current state and the intended v8 result for:
278278
| --- | --- | --- |
279279
| Caller workflow | Triggers, permissions, concurrency, secrets, `with:` inputs | Exact v8 contract; only documented `TestData` may vary |
280280
| TestData | Secret and variable names and consumers | Explicit compact JSON maps, or omitted when unused |
281-
| Pester dependency | `#Requires`, manifests, install steps, lock files | Pester 6 is declared and installed consistently |
281+
| Pester dependency | `#Requires`, manifests, install steps, lockfiles | Pester 6 is declared and installed consistently |
282282
| Pester configuration | `Invoke-Pester`, output, result, coverage | Native configuration object and v6-compatible output |
283283
| Test setup | Before/After blocks, module load, fixtures, services | Explicit ownership and deterministic per-file behavior |
284284
| Documentation | Zensical config, content, overrides, assets | Existing Zensical design remains authoritative |

0 commit comments

Comments
 (0)