Skip to content

feat: upgrade to qwen3:14b, fix identity prompts, strip thinking blocks #100

feat: upgrade to qwen3:14b, fix identity prompts, strip thinking blocks

feat: upgrade to qwen3:14b, fix identity prompts, strip thinking blocks #100

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
push:
branches: [master]
permissions:
contents: read
jobs:
typecheck:
name: Type Check
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 tsc -p tsconfig.json