Skip to content

Wrapped all files in canImport(CoreImage) to allow importing in non-s… #10

Wrapped all files in canImport(CoreImage) to allow importing in non-s…

Wrapped all files in canImport(CoreImage) to allow importing in non-s… #10

Workflow file for this run

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