Skip to content

Add async effects support #5

Add async effects support

Add async effects support #5

Workflow file for this run

name: Swift
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Xcode version
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v