Skip to content

chore: initial progress checkpoint #137

chore: initial progress checkpoint

chore: initial progress checkpoint #137

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
- "*/*"
- "**"
- "!main"
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Install deps
run: npm install
- name: Build
run: npm run build