Skip to content

fix: address codex review of streaming robustness (test + docs) #16

fix: address codex review of streaming robustness (test + docs)

fix: address codex review of streaming robustness (test + docs) #16

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install buf
run: go install github.com/bufbuild/buf/cmd/buf@v1.71.0
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run make ci
run: make ci