mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
0ee53c24e3
CI on PR #157 was failing every typecheck with 35 TS2305 errors of the form 'Module @nitrots/nitro-renderer has no exported member Housekeeping*' because the workflow's PR fallback mapped to duckietm/Nitro_Render_V3 @ Dev — and upstream Dev doesn't carry the HK composers yet. They live on the fork's feat/housekeeping-packets branch (renderer companion PR #77). Detect the PR head ref and, when it's feat/housekeeping-panel, override the default base-ref pairing and point at simoleo89/Nitro_Render_V3 @ feat/housekeeping-packets so the typecheck step can resolve the imports. Once the renderer PR lands on duckietm:Dev this whole special-case block becomes dead code and can be deleted.