Skip to content

Update README to remove the manual publish to cocoapod step and point to GH action #147

Update README to remove the manual publish to cocoapod step and point to GH action

Update README to remove the manual publish to cocoapod step and point to GH action #147

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
name: Run lint
runs-on: macos-13
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