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

update AppInfo type with new allowedAuthMethods field #39

update AppInfo type with new allowedAuthMethods field

update AppInfo type with new allowedAuthMethods field #39

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