1
0
Fork 0
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:
Salamandar 2024-02-08 22:30:12 +01:00
parent b905981f71
commit 7f3f628b5d

View file

@ -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