From 9823de3cc6039bb0bb6b95aac9b771612b728f31 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Fri, 3 Oct 2025 12:10:27 -0700 Subject: [PATCH] fix: run Prettier in CI (#4681) This was supposed to be in https://github.com/openai/codex/pull/4645. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0e41666..9fa732a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,3 +60,6 @@ jobs: run: ./scripts/asciicheck.py codex-cli/README.md - name: Check codex-cli/README ToC run: python3 scripts/readme_toc.py codex-cli/README.md + + - name: Prettier (run `pnpm run format:fix` to fix) + run: pnpm run format