re-enable Prettier check for codex-cli in CI

This commit is contained in:
Michael Bolin
2025-04-19 10:01:41 -07:00
parent 081786eaa6
commit ede10c1247
3 changed files with 52 additions and 43 deletions

View File

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