Skip to content

Commit 1349aff

Browse files
authored
fix: run Prettier in CI (openai#4681)
This was supposed to be in openai#4645.
1 parent a985473 commit 1349aff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ jobs:
6060
run: ./scripts/asciicheck.py codex-cli/README.md
6161
- name: Check codex-cli/README ToC
6262
run: python3 scripts/readme_toc.py codex-cli/README.md
63+
64+
- name: Prettier (run `pnpm run format:fix` to fix)
65+
run: pnpm run format

0 commit comments

Comments
 (0)