mirror of
https://github.com/rust-lang/book.git
synced 2026-04-05 05:59:15 -04:00
Most of the Rust project has moved over to Actions, but we were still on Travis. This sets up the needed Actions for us.
4 lines
127 B
Bash
4 lines
127 B
Bash
for file in src/*.md ; do
|
|
echo Checking references in $file
|
|
cargo run --quiet --bin link2print < $file > /dev/null
|
|
done |