Skip to content

fix: SYSTEM_PROMPT에 원문 복사/인용 체크/matches 엄격 판정 보강 #30

fix: SYSTEM_PROMPT에 원문 복사/인용 체크/matches 엄격 판정 보강

fix: SYSTEM_PROMPT에 원문 복사/인용 체크/matches 엄격 판정 보강 #30

Workflow file for this run

name: Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun test handlers/
- run: bun test tests/