Skip to content

fix: #45 既知脆弱性を修正(effect・picomatch) (#47) #155

fix: #45 既知脆弱性を修正(effect・picomatch) (#47)

fix: #45 既知脆弱性を修正(effect・picomatch) (#47) #155

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
env:
SESSION_SECRET: ci-build-secret-at-least-32-characters-long
DATABASE_URL: file:./ci.db
- run: npm test
env:
SESSION_SECRET: test-secret-at-least-32-characters-long
DATABASE_URL: file:./test.db