mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
re-enable Prettier check for codex-cli in CI
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -44,7 +44,11 @@ jobs:
|
||||
|
||||
# Run all tasks using workspace filters
|
||||
|
||||
- name: Check formatting
|
||||
- name: Check TypeScript code formatting.
|
||||
working-directory: codex-cli
|
||||
run: pnpm run format
|
||||
|
||||
- name: Check Markdown and config file formatting.
|
||||
run: pnpm run format
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user