You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/codex/build_code_review_with_codex_sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ With [Code Review](https://chatgpt.com/codex/settings/code-review) in Codex Clou
4
4
5
5
Luckily, we can replicate Codex's cloud hosted review process in our own CI/CD runners. In this guide, we'll build our own Code Review action using the Codex CLI headless mode with both GitHub Actions and Jenkins.
6
6
7
-
To build our own Code review, we'll take the following stps:
7
+
To build our own Code review, we'll take the following steps:
8
8
9
9
1. Install the Codex CLI in our CI/CD runner
10
10
2. Prompt Codex in headless (exec) mode with the Code Review prompt that ships with the CLI
0 commit comments