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

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