mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
adding Travis checks for JSON files (through jq) (#197)
This commit is contained in:
committed by
Pascal Vizeli
parent
ea5d7b5920
commit
a3c7b17e71
@@ -9,9 +9,11 @@ addons:
|
||||
- debian-sid # Grab shellcheck from the Debian repo (o_O)
|
||||
packages:
|
||||
- shellcheck
|
||||
- jq
|
||||
|
||||
script:
|
||||
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
|
||||
- bash -c 'shopt -s globstar ; jq . **/*.json'
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
Reference in New Issue
Block a user