specify json to check
This commit is contained in:
parent
080bba68d3
commit
d2a2cc40ae
1 changed files with 5 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue