new: ci: Check dangling symlinks in the repository

Merge branch 'mnowak/check-dangling-symlinks' into 'main'

See merge request isc-projects/bind9!10120
This commit is contained in:
Michal Nowak 2025-02-28 11:05:46 +00:00
commit 67d37a365e
2 changed files with 3 additions and 1 deletions

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:

View file

@ -1 +1 @@
CHANGES
doc/arm/changelog.rst