Add test that builds the catalog
This commit is contained in:
parent
b905981f71
commit
7f3f628b5d
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -23,4 +23,7 @@ jobs:
|
|||||||
python3 -c "import toml; toml.load(open('apps.toml'))"
|
python3 -c "import toml; toml.load(open('apps.toml'))"
|
||||||
- name: Check all working apps have consistent app id / app url and categories
|
- name: Check all working apps have consistent app id / app url and categories
|
||||||
run: |
|
run: |
|
||||||
python3 tools/catalog_linter.py
|
./tools/catalog_linter.py
|
||||||
|
- name: Check the generation of the app catalog
|
||||||
|
run: |
|
||||||
|
./tools/list_builder.py
|
||||||
|
Loading…
Reference in New Issue
Block a user