ADFA-2522: Run spotlessCheck in CI for pull requests#1512
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 Walkthrough
WalkthroughThe Android APK debug workflow now runs ChangesAPK Formatting Verification
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 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 |
| flox activate -d flox/base -- ./gradlew :app:assembleV8Debug --no-daemon | ||
| echo "gradle_time_end=$(date +%s)" >> $GITHUB_ENV | ||
|
|
||
| - name: Run spotlessCheck |
There was a problem hiding this comment.
Looks good, but I have a suggestion - Could we move the step to run before the Assemble Universal APK step to help the CI fail fast?
Run spotlessCheckstep to thebuild_apkjob indebug.yml, immediately after the APK is assembled