mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Install jsonschema on github actions for catalog linter
This commit is contained in:
parent
2c6b8515c2
commit
2a65a3e891
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
python-version: 3.11
|
||||
- name: Install toml python lib
|
||||
run: |
|
||||
pip3 install toml
|
||||
pip3 install toml jsonschema
|
||||
- name: Check TOML validity for apps.toml
|
||||
run: |
|
||||
python3 -c "import toml; toml.load(open('apps.toml'))"
|
||||
|
|
Loading…
Add table
Reference in a new issue