From 7f3f628b5de30a3fb0a32c810cb10ad1fe158a5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= <felix@piedallu.me>
Date: Thu, 8 Feb 2024 22:30:12 +0100
Subject: [PATCH] Add test that builds the catalog

---
 .github/workflows/main.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f7466b90..ab0aede4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,4 +23,7 @@ jobs:
         python3 -c "import toml; toml.load(open('apps.toml'))"
     - name: Check all working apps have consistent app id / app url and categories
       run: |
-        python3 tools/catalog_linter.py
+        ./tools/catalog_linter.py
+    - name: Check the generation of the app catalog
+      run: |
+        ./tools/list_builder.py