mirror of
https://github.com/public-apis/public-apis.git
synced 2025-06-01 10:21:51 +02:00
Replace Ruby format validator with Python one
This commit is contained in:
parent
96fc61bdc4
commit
deef6e15ab
3 changed files with 112 additions and 112 deletions
|
@ -30,7 +30,7 @@ else
|
|||
fi
|
||||
|
||||
echo "running format validation..."
|
||||
./validate_format.rb $FORMAT_FILE
|
||||
./validate_format.py $FORMAT_FILE
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "format validation failed!"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue