[ci] Add check to detect broken symlinks.

This commit is contained in:
Alexander Arlt
2020-11-18 19:18:06 -05:00
parent bfe8737898
commit fee871775b
3 changed files with 21 additions and 1 deletions
+3
View File
@@ -332,6 +332,9 @@ jobs:
- run:
name: checking shell scripts
command: ./scripts/chk_shellscripts/chk_shellscripts.sh
- run:
name: Check for broken symlinks
command: ./scripts/check_symlinks.sh
chk_errorcodes:
docker: