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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |