Skip to content

Post-redesign audit: fix double onUpdate, remove dead code, add tests #63

Post-redesign audit: fix double onUpdate, remove dead code, add tests

Post-redesign audit: fix double onUpdate, remove dead code, add tests #63

Workflow file for this run

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