fix: run Prettier in CI (#4681)

This was supposed to be in https://github.com/openai/codex/pull/4645.
This commit is contained in:
Michael Bolin
2025-10-03 12:10:27 -07:00
committed by GitHub
parent c32e9cfe86
commit 9823de3cc6

View File

@@ -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