1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Merge pull request #1485 from YunoHost/fix-json-validation

Do not look for locales in JSON validation
This commit is contained in:
tituspijean 2022-08-05 16:50:31 +02:00 committed by GitHub
commit 2534c954f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,3 @@ jobs:
- name: Check apps.json
run: |
python -m json.tool apps.json
- name: Check locales
run: |
for i in ./locales/*.json; do python -m json.tool $i || return 1; done