Skip to content

[CP Staging] [NoQA] fix(android): fix build issues with react-native-app-logs #29606

[CP Staging] [NoQA] fix(android): fix build issues with react-native-app-logs

[CP Staging] [NoQA] fix(android): fix build issues with react-native-app-logs #29606

Workflow file for this run

name: Verify Podfile
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths:
- ios/**
- "package.json"
- "package-lock.json"
jobs:
verify:
if: github.actor != 'OSBotify' && github.actor != 'imgbot[bot]'
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: ./.github/actions/composite/setupNode
- name: Verify podfile
run: ./.github/scripts/verifyPodfile.sh