Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scripts/yaml_check.py): more consistent error handling (#20614)
Invalid fields in the 100.yaml and 1000.yaml files are slipping through CI at the moment, see e.g. [this log](https://github.com/leanprover-community/mathlib4/actions/runs/12690334474/job/35370960547#step:19:8). After this commit, all errors detected by `yaml_check.py` print a message and increment the `errors` variable, only failing at the end of the script (so that all entries can get checked).
- Loading branch information