Skip to content

Implement realistic pool physics with friction, spin, and Han 2005 cushion model #103

Implement realistic pool physics with friction, spin, and Han 2005 cushion model

Implement realistic pool physics with friction, spin, and Han 2005 cushion model #103

Workflow file for this run

name: Build
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run build