neilcsmith-net commented on code in PR #8625:
URL: https://github.com/apache/netbeans/pull/8625#discussion_r2195250189
##########
.github/workflows/main.yml:
##########
@@ -458,6 +458,12 @@ jobs:
export ANT_OPTS=-Djdk.xml.totalEntitySizeLimit=200000
ant $OPTS build-javadoc
+ - name: Javadoc link summary
+ uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 #
v2.4
+ if: env.test_javadoc == 'true'
+ with:
+ paths: "./nbbuild/build/javadoc/checklinks-errors.xml"
+
- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 #
v2.4
if: failure()
Review Comment:
Just looking at revising this along these lines.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists