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

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