Skip to content

Merge pull request #64 from xmtp/np/more-sdk-fixes #72

Merge pull request #64 from xmtp/np/more-sdk-fixes

Merge pull request #64 from xmtp/np/more-sdk-fixes #72

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
name: Run lint
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- name: Install Cocoapods
run: gem install cocoapods
- name: Deploy to Cocoapods
run: |
set -eo pipefail
pod spec lint LibXMTP.podspec --allow-warnings