Skip to content

sort out circle collision flip logic #9

sort out circle collision flip logic

sort out circle collision flip logic #9

Workflow file for this run

name: CI Build
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events
push:
branches-ignore: [ master ]
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: AustinEast/echo/.github/composites/build@master