fix(ci): correct dead-code cleanup install cmd#7
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA typo correction in the GitHub Actions workflow replaces Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Fixes a typo in the dead-code cleanup GitHub Actions workflow so dependency installation uses the correct pnpm command, restoring the workflow’s ability to run on schedule / dispatch.
Changes:
- Replace
ppnpm install --frozen-lockfilewithpnpm install --frozen-lockfilein the dead-code cleanup workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Replace the broken 'ppnpm' typo with 'pnpm' in the dead-code cleanup workflow.
Summary by CodeRabbit