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

Fix github hook for json validation, python2 deprecated as hell

This commit is contained in:
Alexandre Aubin 2022-11-26 21:02:21 +01:00 committed by GitHub
parent 1240af25f0
commit f50a370d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: 2.7
python-version: '3.10'
- name: Check apps.json
run: |
python -m json.tool apps.json