Skip to content

Commit 803edce

Browse files
authored
Merge pull request #259 from kranurag7/kr/remove-dangling
chore: remove allow-dangling from symlink-check pipelines
2 parents 3ff64f6 + 135b15a commit 803edce

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pipelines/test/tw/symlink-check.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ inputs:
1818
Use "none" to disable the default package check.
1919
required: false
2020
default: "${{context.name}}"
21-
allow-dangling:
22-
description: |
23-
Allow dangling (broken) symlinks that point to non-existent targets.
24-
Set to "true" if the package intentionally includes symlinks to files provided by other packages.
25-
Default is false (dangling symlinks cause test failure).
26-
default: false
27-
required: false
2821
allow-absolute:
2922
description: |
3023
Allow absolute symlinks (e.g., /usr/bin/foo -> /usr/lib/bar).
@@ -38,11 +31,6 @@ inputs:
3831
# Basic check (all symlinks in current package):
3932
# - uses: test/tw/symlink-check
4033
#
41-
# Allow dangling symlinks (for cross-package references):
42-
# - uses: test/tw/symlink-check
43-
# with:
44-
# allow-dangling: true
45-
#
4634
# Allow absolute symlinks:
4735
# - uses: test/tw/symlink-check
4836
# with:
@@ -53,5 +41,4 @@ pipeline:
5341
runs: |
5442
symlink-check \
5543
--allow-absolute="${{inputs.allow-absolute}}" \
56-
--allow-dangling="${{inputs.allow-dangling}}" \
5744
--packages="${{inputs.packages}}"

0 commit comments

Comments
 (0)