Skip to content

feat: codex-delegate スキルを追加 #8

feat: codex-delegate スキルを追加

feat: codex-delegate スキルを追加 #8

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