Skip to content

design(web): the hero display sets one sentence per line #34

design(web): the hero display sets one sentence per line

design(web): the hero display sets one sentence per line #34

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