From: Jason Ish Date: Sun, 18 May 2025 16:21:11 +0000 (-0600) Subject: github-ci: add check for schema property ordering X-Git-Tag: suricata-8.0.0-rc1~255 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13259%2Fhead;p=thirdparty%2Fsuricata.git github-ci: add check for schema property ordering --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index e27366af2c..f152cf04a8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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