mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
commit
67d37a365e
2 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
CHANGES
|
||||
doc/arm/changelog.rst
|
||||
Loading…
Reference in a new issue