Fix github hook for json validation, python2 deprecated as hell
This commit is contained in:
parent
1240af25f0
commit
f50a370d9b
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…
Reference in New Issue
Block a user