mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Use Python validator over Ruby
This commit is contained in:
@@ -45,7 +45,7 @@ else
|
||||
fi
|
||||
|
||||
echo "running link validation..."
|
||||
./validate_links.rb $LINK_FILE
|
||||
./validate_links.py $LINK_FILE
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "link validation failed!"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user