run a check for uptodate json schema

This commit is contained in:
Matthias
2024-07-28 15:34:19 +02:00
parent 2fd6c962d2
commit 2d90cf48b3

View File

@@ -80,6 +80,11 @@ jobs:
# Allow failure for coveralls
coveralls || true
- name: Run json schema extract
# This should be kept before the repository check to ensure that the schema is up-to-date
run: |
python build_helpers/extract_config_json_schema.py
- name: Check for repository changes
run: |
if [ -n "$(git status --porcelain)" ]; then