Skip to content

fix(m0/s1.7): SessionDetail seed-id mismatch — ingest lookup 우선 (Bloc… #1

fix(m0/s1.7): SessionDetail seed-id mismatch — ingest lookup 우선 (Bloc…

fix(m0/s1.7): SessionDetail seed-id mismatch — ingest lookup 우선 (Bloc… #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
web:
name: web — typecheck + test
runs-on: ubuntu-latest
defaults:
run:
working-directory: web
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: web/package-lock.json
- run: npm ci
- run: npm run typecheck
- run: npm run build
- run: npm test