Skip to content

fix(codex): handle CRLF line endings in streamTextResponse SSE parser #15

fix(codex): handle CRLF line endings in streamTextResponse SSE parser

fix(codex): handle CRLF line endings in streamTextResponse SSE parser #15

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