File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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}}"
You can’t perform that action at this time.
0 commit comments