chore: refactor mise tasks#137
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughThis PR renames and reorganizes mise.toml task definitions, replacing the ci:* task prefix scheme with plain task names (install, lint, test:unit, test:e2e). The CI workflow and contributing documentation are updated to reference the renamed tasks accordingly. ChangesMise task consolidation
Estimated code review effort: 3 (Moderate) | ~20 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@mise.toml`:
- Line 14: The mise tasks are using the wrong Prek subcommand, so update the
relevant entries in mise.toml from the current prek update usage to prek
auto-update with the non-mutating check flag. Make this change in both places
that define the Prek update behavior so the run tasks match the supported
command and preserve the existing dry-run/check semantics.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 0dafbaab-2869-4b1b-8838-daa628f3fa98
📒 Files selected for processing (3)
.github/workflows/cd.ymldocs/info/contributing.mdmise.toml
Summary by CodeRabbit
Documentation
Chores