We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0bf7f commit 7465175Copy full SHA for 7465175
1 file changed
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Validate doc freshness
92
if: runner.os != 'Windows'
93
shell: bash
94
- run: bash scripts/doc-freshness-check.sh --strict
+ run: bash scripts/verify/doc-freshness-check.sh --strict
95
96
# Install pnpm and uv so that the hook rewrite tests (npm→pnpm,
97
# pip→uv) exercise the tool-availability guard added in pre-bash-guard.sh.
0 commit comments