Skip to content

update release .yml files #23

update release .yml files

update release .yml files #23

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-latest
steps:
- uses: actions/checkout@v4
- name: Updating CocoaPods repo
run: pod repo update
- name: Pod linting
run: pod lib lint --allow-warnings --fail-fast --verbose