mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:09:59 -04:00
Check dangling symlinks in the repository
(cherry picked from commit f3087f1299)
This commit is contained in:
parent
637dfa01ea
commit
0fd362ba91
1 changed files with 2 additions and 0 deletions
|
|
@ -534,6 +534,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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue