Skip to content

feat: add delete functionality for walls, slabs and other structural elements #3

feat: add delete functionality for walls, slabs and other structural elements

feat: add delete functionality for walls, slabs and other structural elements #3

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
jobs:
lint-and-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run check
- run: npm run check-types