summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cd1615f9f4..2042b8ed7e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -81,6 +81,12 @@ jobs:
- name: Checkout repository from github
uses: actions/checkout@v4
+ - name: Check Filelist (for packaging)
+ run: |
+ # If any files in the repository are not listed in Filelist this will
+ # exit with an error code and list the missing entries.
+ make -f ci/unlisted.make
+
- run: sudo dpkg --add-architecture i386
if: matrix.architecture == 'i386'