Skip to content

Add Zod validation to server actions and API chat route; replace root interfaces with Zod schemas #16

Add Zod validation to server actions and API chat route; replace root interfaces with Zod schemas

Add Zod validation to server actions and API chat route; replace root interfaces with Zod schemas #16

Workflow file for this run

name: Runtime Tests CI
on:
pull_request:
paths:
- 'packages/runtime/**'
- '.github/workflows/runtime-tests.yml'
jobs:
test-runtime:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test -w @my-code/runtime