Skip to content

docs: PLAN.md を復元・Issue #8 完了を反映 #7

docs: PLAN.md を復元・Issue #8 完了を反映

docs: PLAN.md を復元・Issue #8 完了を反映 #7

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: npm install
- run: npx tsc --noEmit
- run: npm run build
- run: npm test
env:
SESSION_SECRET: test-secret-at-least-32-characters-long
DATABASE_URL: file:./test.db