fix: use expected line ending in codex-rs/core/config.schema.json (#10977)

Fixes a line ending that was altered in https://github.com/openai/codex/pull/10861.

This is breaking the release due to:

a118494323/.github/workflows/rust-release.yml (L54-L55)

This PR updates the test to check for this so we should catch it in CI (or when running tests locally):

a118494323/codex-rs/core/src/config/schema.rs (L105-L131)
This commit is contained in:
Michael Bolin
2026-02-06 22:30:57 -08:00
committed by GitHub
parent a118494323
commit 18bb25557c
2 changed files with 15 additions and 1 deletions

View File

@@ -1629,4 +1629,4 @@
},
"title": "ConfigToml",
"type": "object"
}
}