Skip to content

Comments

refactor: modularize CI summary#32

Merged
svelderrainruiz merged 1 commit intoactionsfrom
codex/refactor-summary-functions-into-new-modules
Aug 19, 2025
Merged

refactor: modularize CI summary#32
svelderrainruiz merged 1 commit intoactionsfrom
codex/refactor-summary-functions-into-new-modules

Conversation

@svelderrainruiz
Copy link

Summary

  • extract summary helpers into new scripts/summary module
  • move action documentation generator to its own module
  • adjust CI summary orchestrator and tests to use the new modules

Testing

  • npm run check:node
  • npm install
  • npm test
  • npm run lint:md
  • npx --yes markdown-link-check -q -c .markdown-link-check.json README.md $(find docs scripts -name '*.md')
  • actionlint
  • pwsh -NoLogo -Command "$cfg = New-PesterConfiguration; $cfg.Run.Path = './tests/pester'; $cfg.TestResult.Enabled = $false; Invoke-Pester -Configuration $cfg" (fails: New-PesterConfiguration not recognized)

https://chatgpt.com/codex/tasks/task_e_68a404672028832996d3e4e49f46517c

@svelderrainruiz svelderrainruiz merged commit f5a67b8 into actions Aug 19, 2025
4 checks passed
@svelderrainruiz svelderrainruiz deleted the codex/refactor-summary-functions-into-new-modules branch August 21, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant