Skip to content

update support min version OS 15 #52

update support min version OS 15

update support min version OS 15 #52

Workflow file for this run

name: PR
on:
pull_request:
branches: [ "develop" ]
paths-ignore:
- 'docs/**'
- 'iOSTestApp/**'
- 'tvOSTestApp/**'
- 'Example/**'
- 'TestApp/**'
- 'LICENSE'
- '*.md'
concurrency:
group: PR_${{ github.head_ref }}
cancel-in-progress: true
jobs:
build:
environment: PR
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Updating Cocoapods
run: gem install cocoapods
- name: Updating CocoaPods repo
run: pod repo update
- name: Pod linting
run: pod lib lint --fail-fast --verbose --allow-warnings