Skip to content

Add Ellipse path component #8

Add Ellipse path component

Add Ellipse path component #8

Workflow file for this run

name: Swift
on:
- pull_request
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v