Skip to content

zzre: Add line intersections and refactor #169

zzre: Add line intersections and refactor

zzre: Add line intersections and refactor #169

Workflow file for this run

name: PullRequest
on:
pull_request:
branches: [ master ]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
uses: ./.github/workflows/build.yml
with:
runs-on: ${{ matrix.os }}