mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Add test that builds the catalog
This commit is contained in:
parent
b905981f71
commit
7f3f628b5d
1 changed files with 4 additions and 1 deletions
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…
Add table
Reference in a new issue