Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

PSG-4899 use template for deprecated readmes #108

PSG-4899 use template for deprecated readmes

PSG-4899 use template for deprecated readmes #108

name: Verify Cocoapod
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
verify-pod:
name: Verify Pod
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Cocoapods
run: gem install cocoapods
- name: Lint Cocoapod
if: ${{ github.event.inputs.release-type == 'major' }}
run: |
set -eo pipefail
pod lib lint --allow-warnings