We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a985473 commit 1349affCopy full SHA for 1349aff
.github/workflows/ci.yml
@@ -60,3 +60,6 @@ jobs:
60
run: ./scripts/asciicheck.py codex-cli/README.md
61
- name: Check codex-cli/README ToC
62
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