Skip to content

wip

wip #14

Workflow file for this run

name: Tests
on: [push, workflow_dispatch]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: which xcpretty
- run: swiftformat --lint .
- run: xcrun xcodebuild -scheme All test