Skip to content

Support CocoaPods

Support CocoaPods #232

Workflow file for this run

name: Run Lint Checks
on:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict
- name: Check License Headers
run: ./Scripts/copy_license && git diff --name-only --exit-code
- name: Lint Podspec
run: |
set -eo pipefail
bundle exec pod lib lint --allow-warnings --verbose