mirror of
https://github.com/logos-messaging/packages.git
synced 2026-08-25 01:41:14 +00:00
Validate json with js
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ before_script:
|
||||
- export PATH=`pwd`/nim-0.13.0/bin:$PATH
|
||||
|
||||
script:
|
||||
- nim c -d:ssl -r package_scanner.nim
|
||||
- nim c -d:ssl -r package_scanner.nim && node ./validate_json.js
|
||||
|
||||
notifications:
|
||||
email: false # noisy
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
var fs = require('fs');
|
||||
JSON.parse(fs.readFileSync('packages.json', 'utf8'));
|
||||
Reference in New Issue
Block a user