Skip to content

Add --json flag to codex exec for structured output #27

Add --json flag to codex exec for structured output

Add --json flag to codex exec for structured output #27

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: codex/wrapper/go.mod
- name: Run tests
working-directory: codex/wrapper
run: go test -v ./...