Skip to content

Add support for syncing using NSUbiquitousKeyValueStore (#136) #286

Add support for syncing using NSUbiquitousKeyValueStore (#136)

Add support for syncing using NSUbiquitousKeyValueStore (#136) #286

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: sudo xcode-select -switch /Applications/Xcode_15.2.app
- run: swift test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: norio-nomura/[email protected]