mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34: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)
|
- debian-sid # Grab shellcheck from the Debian repo (o_O)
|
||||||
packages:
|
packages:
|
||||||
- shellcheck
|
- shellcheck
|
||||||
|
- jq
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
|
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
|
||||||
|
- bash -c 'shopt -s globstar ; jq . **/*.json'
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|||||||
Reference in New Issue
Block a user