1 parent a9eee5d commit e8c5997Copy full SHA for e8c5997
1 file changed
.github/workflows/docs.yml
@@ -137,3 +137,7 @@ jobs:
137
- run: test -e doc/userguide/userguide.pdf
138
- name: Building HTML documentation
139
run: cd doc/userguide && make html
140
+ - name: Check EVE schema ordering
141
+ run: ./scripts/schema-sort.py --check ./etc/schema.json
142
+ - name: Check EVE schema has all additionalProperties
143
+ run: test $(cat etc/schema.json | jq 'paths( objects | (.type == "object" and (has("additionalProperties") | not) )) | join(".")' | wc -l) = "0"
0 commit comments