mirror of
https://github.com/OISF/suricata.git
synced 2026-06-11 01:42:01 -04:00
github-ci: add check for schema property ordering
This commit is contained in:
parent
371d7cba06
commit
dbc2f9d1db
1 changed files with 4 additions and 1 deletions
5
.github/workflows/builds.yml
vendored
5
.github/workflows/builds.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue