Skip to content

Fix Code-view hull spacing, sibling drag, and drop stacking #76

Fix Code-view hull spacing, sibling drag, and drop stacking

Fix Code-view hull spacing, sibling drag, and drop stacking #76

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run test suite
run: node --test tests/*.test.mjs tests/*.smoke.js