Skip to content

Cocoapods Library Lint #16

Cocoapods Library Lint

Cocoapods Library Lint #16

Workflow file for this run

name: Cocoapods Library Lint
on:
workflow_run:
workflows:
- 'Build'
types:
- completed
branches-ignore:
- 'main'
jobs:
pod-lib-lint:
name: Lint Library For Cocoapods
runs-on: macos-13
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2'
- name: Install Cocoapods
run: |
sudo gem install cocoapods
- name: Library Lint
run: |
pod lib lint --allow-warnings --verbose