Skip to content

Profile redesign v2: per-profile curve shapes, 100ms tick, attack-dog… #82

Profile redesign v2: per-profile curve shapes, 100ms tick, attack-dog…

Profile redesign v2: per-profile curve shapes, 100ms tick, attack-dog… #82

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