mirror of
https://github.com/openai/codex.git
synced 2026-05-04 13:21:54 +03:00
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:
@@ -1629,4 +1629,4 @@
|
||||
},
|
||||
"title": "ConfigToml",
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user