xref: /openbmc/entity-manager/scripts/run-ci.sh (revision 4e1142d6f418f48ea260132ebb5a4995b2310c90)
1#!/bin/sh
2
3set -e
4
5scripts/validate_configs.py -v -k -e test/expected-schema-errors.txt
6
7# fail the script if someone forgot to update the list of configurations or
8# schemas
9
10scripts/generate_config_list.sh
11scripts/generate_schema_list.sh
12git --no-pager diff --exit-code -- .
13