hardDev Processes#89

CI/CD with GitHub Actions for RN

Prompt

Write a GitHub Actions workflow that runs on PRs to main:

  1. Installs dependencies (pnpm)
  2. Runs linter
  3. Runs tests
  4. Runs EAS build (dry-run)

Hints

Solution

Your Code

15 min

Tests

Click Run to test your code