fix(ci): regenerate fumadocs collections unconditionally in validate-code - #6375
Conversation
…code The Restore/Install-dependencies step skips npm ci (and its postinstall hook, which runs fumadocs-mdx) whenever the node_modules cache hits -- but the cache only covers node_modules, not apps/loopover-ui/.source, so a cache-hit run reaches UI lint/typecheck/tests/build with no collections/browser or collections/server module at all and fails with "Cannot find module 'collections/browser'". Adds an unconditional regeneration step, same rationale as the existing "Build UI-kit package" step for the same class of gitignored-required-artifact gap.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6375 +/- ##
=======================================
Coverage 95.60% 95.60%
=======================================
Files 599 599
Lines 47235 47235
Branches 15031 15031
=======================================
Hits 45157 45157
Misses 1291 1291
Partials 787 787
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-16 05:23:25 UTC
Review summary Nits — 2 non-blocking
Concerns raised — review before merging
📋 Copy for AI agents — paste into your coding agentDecision drivers
Context & advisory signals — never blocks the verdict
Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
Summary
Test plan