Skip to content

[Clipping] Moving interfered edge splitting and intersection node mer… #371

[Clipping] Moving interfered edge splitting and intersection node mer…

[Clipping] Moving interfered edge splitting and intersection node mer… #371

Workflow file for this run

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