Skip to content

Revert accidental main pushes #353

Revert accidental main pushes

Revert accidental main pushes #353

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: blacksmith-6vcpu-macos-latest
steps:
- name: Checkout
uses: useblacksmith/checkout@c9796daa2a4bdebdab5bd16be2c09a70cd4e1121 # v1
- name: Setup Node
uses: ./.github/actions/composite/setupNode
- name: Verify podfile
run: ./.github/scripts/verifyPodfile.sh