Skip to content

Release 0.35.0

Release 0.35.0 #313

Workflow file for this run

name: pod lib lint
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
pod_lib_lint:
name: pod lib lint
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.3
- run: bundle install --path vendor/bundle
- run: bundle exec pod repo update
- run: bundle exec pod lib lint --verbose