Skip to content

Docs: update readme to reflect archived status #226

Docs: update readme to reflect archived status

Docs: update readme to reflect archived status #226

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
jobs:
swift:
name: Run Swift Lint
runs-on: macos-12
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v3
- run: script/lint
yaml:
name: Run Yaml Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: "xmtp-inbox-ios"