ci: Move lychee link check to script/check-links (#32460)
Follow-up to: https://github.com/zed-industries/zed/pull/30844 Transient link failure was blocking PR tests passing. [Example run](https://github.com/zed-industries/zed/actions/runs/15560960788/job/43812878693?pr=32458). Release Notes: - N/A
This commit is contained in:
parent
c1a4a24bce
commit
46f98b6001
3 changed files with 8 additions and 7 deletions
7
script/check-links
Executable file
7
script/check-links
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cargo install lychee
|
||||
cd "$(dirname "$0")/.."
|
||||
lychee --no-progress './docs/src/**/*'
|
Loading…
Add table
Add a link
Reference in a new issue