Improved reporting of errors in 'make doclinkcheck' in GitHub Actions#2091
Merged
andy-maier merged 1 commit intomasterfrom Feb 4, 2026
Merged
Improved reporting of errors in 'make doclinkcheck' in GitHub Actions#2091andy-maier merged 1 commit intomasterfrom
andy-maier merged 1 commit intomasterfrom
Conversation
221600b to
8b2f6cb
Compare
Collaborator
Details: * Currently, errors detected by the Sphinx command in the 'doclinkcheck' make rule are handled in the Actions workflow step by ignoring the error. That causes an error to be shown in the Actions summary, without any information which step failed or what the error was. This change improves that by moving the ignoring of the error into the make commands, and by echoing a message that includes the string '::notice::' which causes the echoed string to be shown as an info message in the Actions summary. Signed-off-by: Andreas Maier <maiera@de.ibm.com>
8b2f6cb to
4b75f18
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No review needed; was reviewed in PR zhmcclient/zhmc-prometheus-exporter#865