Skip to content

Removed completion code parts and made everything async #56

Removed completion code parts and made everything async

Removed completion code parts and made everything async #56

Workflow file for this run

name: Swift Package
on: [push]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v