Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Make the public interface to CloudKitZone use async/await. It’s still… #118

Make the public interface to CloudKitZone use async/await. It’s still…

Make the public interface to CloudKitZone use async/await. It’s still… #118

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Checkout Project
uses: actions/checkout@v1
- name: Run Build
run: swift build