Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We are using gaurav-nelson/github-action-markdown-link-check@v1 to perform md link check. According to https://github.com/gaurav-nelson/github-action-markdown-link-check/tree/v1, the max depth by default is set to -1 which means check all levels. Thus, when a duplicate dir levels are provided, it will actually cause duplicate check on the same files multiple times.
Here is the current behavior:
Here is the fixed one:
Also, I added
helm
as another directory to check (not necessary asfile-path
already checked forREADME.md
. However, looking atfolder-path
, we are specifying all dirs except the one which we want to skipped (e.g.site
used by hugo), it may be consistent for this.Lastly, there is a missing separate for
file-path
for the last elementType of change
Please delete options that are not relevant.
How Has This Been Tested?
I tested this locally via
ack
:Checklist:
Please delete options that are not relevant.