Skip to content

Update Consent record name (#439) #1473

Update Consent record name (#439)

Update Consent record name (#439) #1473

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
name: Run swiftlint
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14'
- uses: actions/checkout@v3
- run: swiftlint Sources/ XMTPiOSExample/XMTPiOSExample
- run: pod lib lint --allow-warnings