Skip to content

feat: add example app #5

feat: add example app

feat: add example app #5

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: macos-26
steps:
- uses: actions/checkout@v6
- name: Build
run: swift build
- name: Run tests
run: swift test