Skip to content

Merge pull request #54 from xmtp/np/no-changes-fix #44

Merge pull request #54 from xmtp/np/no-changes-fix

Merge pull request #54 from xmtp/np/no-changes-fix #44

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