Skip to content

refactor: use matrix transform to calculate positions #44

refactor: use matrix transform to calculate positions

refactor: use matrix transform to calculate positions #44

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test