Skip to content

Commit 9823de3

Browse files
authored
fix: run Prettier in CI (#4681)
This was supposed to be in #4645.
1 parent c32e9cf commit 9823de3

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)