Skip to content

chore: fix sample apps compiling after breaking change #40

chore: fix sample apps compiling after breaking change

chore: fix sample apps compiling after breaking change #40

Workflow file for this run

on: [pull_request]
jobs:
assert-formatted:
name: Assert that code has been linted and formatted before merging
runs-on: macos-14
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: ./.github/actions/setup-ios
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run swiftformat. Fail if any errors.
run: task format && git diff --exit-code
- name: Run swiftlint. Fail if any errors.
run: task lint