Skip to content

docs: Update README and demo assets #8

docs: Update README and demo assets

docs: Update README and demo assets #8

Workflow file for this run

name: Build & Test
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Show Xcode version
run: |
xcodebuild -version
swift --version
- name: Build Swift Package
run: swift build --build-tests