Conversation
WalkthroughThe changes introduce a Woodpecker CI pipeline configuration for a Rust project with steps for dependency installation, code formatting, linting, and testing. Additionally, job dependency matching logic in the orchestrator is simplified by removing stage-prefix gating, allowing direct linking of instances with matching job IDs across stages. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Adds a .woodpecker.yml pipeline to run fmt, clippy, and tests on push/PR.
Summary by CodeRabbit
Chores
Refactor