-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC-32005 Documentation for the hyperlinks testing GitHub Action #18801
HPCC-32005 Documentation for the hyperlinks testing GitHub Action #18801
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my POV except for the two places with red bars, noted below
.github/workflows/test-hyperlinks.md
Outdated
Link_text=$( cat $FILE | grep -oE "\[.*\]\(${REFERENCE}\)" | sed 's/\[//' | cut -d ']' -f1 ) | ||
IS_PRESENT=$(cat $FILE | grep -oE "# ${Link_text}" | wc -w) | ||
if [[ $IS_PRESENT -eq 0 ]]; then | ||
echo -e "${LINE} -\u001b[31m invalid reference" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what the red bars are here and on line 204. They show on the rendered page as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed those red bars.
3f24804
to
0107a2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my POV. Nice work
0107a2a
to
5ba919b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to go.
@AttilaVamos would |
@GordonSmith let's ask @JamesDeFabia and @stuartort about "would devdoc be a better location for this document?" |
Since we have other MD files in the \workflow\ folder, I think this is a good place. |
The other ones are used by GitHub for things like the default PR comment etc.? |
There is one with instructions for Bundle Testing |
5ba919b
to
bf6a3c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my POV
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good.
Signed-off-by: Charan-Sharan <[email protected]>
bf6a3c8
to
eb836b4
Compare
Type of change:
Checklist:
Smoketest:
Testing: