Skip to content

docs: rewrite readme for clarity and scannability #5

docs: rewrite readme for clarity and scannability

docs: rewrite readme for clarity and scannability #5

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test