Skip to content

Added all iPhones 15 & 16 to Device. #19

Added all iPhones 15 & 16 to Device.

Added all iPhones 15 & 16 to Device. #19

Workflow file for this run

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v