Skip to content

Update swiftformat to swift version 5.9 #14

Update swiftformat to swift version 5.9

Update swiftformat to swift version 5.9 #14

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