Skip to content

Patch

Patch #370

Workflow file for this run

name: CocoaPods
on: [push]
jobs:
build:
runs-on: macos-12
steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: "13.3"
- uses: actions/checkout@v2
- name: Lint Cocoapods
run: pod lib lint --allow-warnings