Agregando script de validacion de enlaces

This commit is contained in:
Mathias 2025-06-05 20:42:21 +02:00
commit 16879a955a

9
validar-enlaces.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
echo "Validando enlaces de awesome-devops-junior.md.."
if ! command -v lychee &> /dev/null; then
echo "Instalando lychee..."
cargo install lychee
fi
lychee ./awesome-devops-junior.md --verbose