Skip to content

Replace Groq with Gemini Flash everywhere + fix agent error propagation #7

Replace Groq with Gemini Flash everywhere + fix agent error propagation

Replace Groq with Gemini Flash everywhere + fix agent error propagation #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npx prisma validate
- run: npx tsc --noEmit
- run: npm run lint
- run: npm test