mirror of
https://github.com/actions/runner.git
synced 2026-07-03 11:06:08 +08:00
Pure renderer that emits a phase-keyed YAML view (setup/pre/main/ post/cleanup) of a job's runner execution plan. Tracks per-entry start lines so the debugger can map IStep instances back to source locations. Includes a skipped-step annotation for predicted Post placeholders whose Main step never executes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>