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:
parent
6e50a3e1c2
commit
de8bd05e57
1 changed files with 0 additions and 3 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue