Skip to content

design(web): §01 pastes an install that builds; the leads stop saying… #35

design(web): §01 pastes an install that builds; the leads stop saying…

design(web): §01 pastes an install that builds; the leads stop saying… #35

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
macos:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Build (warnings as errors)
run: swift build -Xswiftc -warnings-as-errors
- name: Test
run: swift test
- name: Cross-compile for iOS Simulator
run: |
SDK=$(xcrun --sdk iphonesimulator --show-sdk-path)
swift build --sdk "$SDK" -Xswiftc -target -Xswiftc arm64-apple-ios17.0-simulator