Skip to content

feat: Add manual inputs and dimensional depot #391

feat: Add manual inputs and dimensional depot

feat: Add manual inputs and dimensional depot #391

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npx biome ci src
- run: npm run check-types
- run: npm test