]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: add check for schema property ordering 13259/head
authorJason Ish <jason.ish@oisf.net>
Sun, 18 May 2025 16:21:11 +0000 (10:21 -0600)
committerVictor Julien <victor@inliniac.net>
Sun, 18 May 2025 19:17:22 +0000 (21:17 +0200)
.github/workflows/builds.yml

index e27366af2c822a04c1e001d1dc968b6563d44ed4..f152cf04a81f289760ba6ad7c68f2065b5ac13aa 100644 (file)
@@ -66,7 +66,7 @@ jobs:
           path: .
 
   almalinux-9:
-    name: AlmaLinux 9
+    name: AlmaLinux 9 (schema)
     runs-on: ubuntu-latest
     container: almalinux:9
     needs: [prepare-deps, prepare-cbindgen]
@@ -230,6 +230,9 @@ jobs:
           # And build.
           PATH=/usr/local/bin:$PATH make clean all
 
+      - name: Check EVE schema ordering
+        run: ./scripts/schema-sort.py --check ./etc/schema.json
+
   almalinux-9-templates:
     name: AlmaLinux 9 Test Templates
     runs-on: ubuntu-latest