Skip to content

Update version

Update version #16

Workflow file for this run

name: Actions
on: [push]
jobs:
tests:
name: Run unit tests
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
- name: Lint
run: swiftformat . --lint
- name: Run tests
run: xcodebuild test -project ClipNinja.xcodeproj -scheme ClipNinja