Skip to content

perf: switch default Gemini models to 2.5-flash + 2.5-flash-lite #12

perf: switch default Gemini models to 2.5-flash + 2.5-flash-lite

perf: switch default Gemini models to 2.5-flash + 2.5-flash-lite #12

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
working-directory: web
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: web/package-lock.json
- run: npm ci --no-audit --no-fund
- run: npm run typecheck
- run: npm run build
env:
SENTINEL_FORCE_STUB: '1'