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

Do not look for locales in JSON validation

@alexAubin deleted the locales directory
This commit is contained in:
tituspijean 2022-08-05 11:29:53 +02:00 committed by GitHub
parent 6e50a3e1c2
commit de8bd05e57
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