Skip to content

Commit 7465175

Browse files
committed
fix: update doc-freshness-check path in CI
1 parent 3b0bf7f commit 7465175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Validate doc freshness
9292
if: runner.os != 'Windows'
9393
shell: bash
94-
run: bash scripts/doc-freshness-check.sh --strict
94+
run: bash scripts/verify/doc-freshness-check.sh --strict
9595

9696
# Install pnpm and uv so that the hook rewrite tests (npm→pnpm,
9797
# pip→uv) exercise the tool-availability guard added in pre-bash-guard.sh.

0 commit comments

Comments
 (0)