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