Skip to content

chore(mobile-expo): CI lint, typecheck, and build for Expo app#191

Open
up-tandem wants to merge 1 commit intomainfrom
chore/96-expo-ci
Open

chore(mobile-expo): CI lint, typecheck, and build for Expo app#191
up-tandem wants to merge 1 commit intomainfrom
chore/96-expo-ci

Conversation

@up-tandem
Copy link
Contributor

Summary

  • Add dedicated lint-expo CI job that runs ESLint (--max-warnings=0), TypeScript typecheck (tsc --noEmit), and build validation for the Expo app (mobile/expo)
  • Extend affected job to detect @forge/expo changes via Turbo affected analysis
  • Exclude @forge/expo from main build-and-test lint step to avoid double-linting

Resolves #96

Contracts Changed

No

Regeneration Required

No

Validation

  • CI workflow YAML syntax validated
  • New lint-expo job follows existing lint-ios/lint-android pattern
  • Job is conditional on @forge/expo being affected (no wasted CI minutes)

Add a dedicated lint-expo job to the CI workflow that runs ESLint,
TypeScript type checking, and build validation for the Expo app
(mobile/expo) when changes are detected via Turbo affected analysis.

- Extend affected job to detect @forge/expo changes
- Exclude @forge/expo from main build-and-test lint step
- Add conditional lint-expo job with lint, typecheck, and build steps

Resolves #96

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 4, 2026

Warning

Rate limit exceeded

@up-tandem has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 51 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 58f4f0a8-456b-4da2-8f34-e0db476801ed

📥 Commits

Reviewing files that changed from the base of the PR and between 0b7321c and 00615de.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/96-expo-ci

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(mobile-expo): CI (lint, typecheck, build) for Expo app

1 participant