Skip to content

fix: ストレージ抽象化とSSEアーキテクチャ文書化 (#3, #4) #10

fix: ストレージ抽象化とSSEアーキテクチャ文書化 (#3, #4)

fix: ストレージ抽象化とSSEアーキテクチャ文書化 (#3, #4) #10

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