Install jsonschema on github actions for catalog linter
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- name: Install toml python lib
|
- name: Install toml python lib
|
||||||
run: |
|
run: |
|
||||||
pip3 install toml
|
pip3 install toml jsonschema
|
||||||
- name: Check TOML validity for apps.toml
|
- name: Check TOML validity for apps.toml
|
||||||
run: |
|
run: |
|
||||||
python3 -c "import toml; toml.load(open('apps.toml'))"
|
python3 -c "import toml; toml.load(open('apps.toml'))"
|
||||||
|
Reference in New Issue
Block a user