| Brad Bishop | 2ef7dd5 | 2020-05-01 09:51:18 -0400 | [diff] [blame] | 1 | #!/bin/sh |
| Alexander Hansen | edc4634 | 2025-01-06 17:01:54 +0100 | [diff] [blame] | 2 | |
| 3 | set -e | ||||
| 4 | |||||
| Brad Bishop | bfc7296 | 2022-05-26 16:33:00 -0400 | [diff] [blame] | 5 | scripts/validate_configs.py -v -k -e test/expected-schema-errors.txt |
| Alexander Hansen | edc4634 | 2025-01-06 17:01:54 +0100 | [diff] [blame] | 6 | |
| 7 | # fail the script if someone forgot to update the list of configurations | ||||
| 8 | scripts/generate_config_list.sh | ||||
| 9 | git --no-pager diff --exit-code -- . | ||||