specify json to check

This commit is contained in:
Jake Howard 2016-02-09 21:22:48 +00:00
parent 080bba68d3
commit d2a2cc40ae
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,11 @@ set -e
echo ">> Validating JSON..."
npm install jsonlint -g
jsonlint -q *.json
jsonlint -q apt/apt-installs-core.json
jsonlint -q apt/apt-installs-extra.json
jsonlint -q apt/apt-keys.json
jsonlint -q apt/apt-repos.json
jsonlint -q atom/packages.json
echo ">> Validating Python..."