Skip to content

Commit b19165b

Browse files
hi-ogawaclaude
andauthored
ci: check for stale cli-generated.md (#9540)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4a7321e commit b19165b

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
@@ -37,6 +37,9 @@ jobs:
3737
- name: Build
3838
run: pnpm run build
3939

40+
- name: Generate CLI docs
41+
run: pnpm -C docs run cli-table
42+
4043
# check uncommited LICENSE.md, auto-imports.d.ts, etc...
4144
- name: Check stale build artifacts
4245
run: git diff --exit-code

0 commit comments

Comments
 (0)