
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
7 lines
124 B
Bash
Executable file
7 lines
124 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
cargo install lychee
|
|
cd "$(dirname "$0")/.."
|
|
lychee --no-progress './docs/src/**/*'
|