Check dangling symlinks in the repository

This commit is contained in:
Michal Nowak 2025-02-18 11:42:03 +01:00
parent 1b3e7f52ec
commit f3087f1299

View file

@ -528,6 +528,8 @@ misc:
- if git grep SYSTEMTESTTOP -- ':!.gitlab-ci.yml'; then echo 'Please use relative paths instead of $SYSTEMTESTTOP.'; exit 1; fi
- bash util/unused-headers.sh
- bash util/xmllint-html.sh
# Check dangling symlinks in the repository
- if find . -xtype l | grep .; then exit 1; fi
needs: []
artifacts:
paths: