Skip to content

Proposal: add option to disable axes independently #41

Proposal: add option to disable axes independently

Proposal: add option to disable axes independently #41

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