Skip to content

Update deploy_to_cocoapods.yml #1387

Update deploy_to_cocoapods.yml

Update deploy_to_cocoapods.yml #1387

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
name: Run swiftlint
runs-on: warp-macos-14-arm64-6x
steps:
- uses: actions/checkout@v3
- run: swiftlint Sources/ XMTPiOSExample/XMTPiOSExample
- run: pod lib lint --allow-warnings