fix: npm run format:fix in root (#268)

stupid minor. unless you have main branch push setup to fix this
yourself, here you go

Latest commit is failing the format step in repo root

https://github.com/openai/codex/actions/runs/14524272942/job/40752229698
This commit is contained in:
Jon Church
2025-04-17 16:39:50 -04:00
committed by GitHub
parent 603def0c7a
commit d5eed65963

View File

@@ -67,13 +67,15 @@ Next, set your OpenAI API key as an environment variable:
export OPENAI_API_KEY="your-api-key-here" export OPENAI_API_KEY="your-api-key-here"
``` ```
> **Note:** This command sets the key only for your current terminal session. To make it permanent, add the `export` line to your shell's configuration file (e.g., `~/.zshrc`). > **Note:** This command sets the key only for your current terminal session. To make it permanent, add the `export` line to your shell's configuration file (e.g., `~/.zshrc`).
> >
> **Tip:** You can also place your API key into a `.env` file at the root of your project: > **Tip:** You can also place your API key into a `.env` file at the root of your project:
> ```env >
> OPENAI_API_KEY=your-api-key-here > ```env
> ``` > OPENAI_API_KEY=your-api-key-here
> The CLI will automatically load variables from `.env` (via `dotenv/config`). > ```
>
> The CLI will automatically load variables from `.env` (via `dotenv/config`).
Run interactively: Run interactively: