Skip to content

fix(codex): treat next 'event:' header as SSE boundary #16

fix(codex): treat next 'event:' header as SSE boundary

fix(codex): treat next 'event:' header as SSE boundary #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Build & Test (macOS)
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Show Swift version
run: swift --version
- name: Build
run: swift build -v
- name: Test
run: swift test -v