SingingBush commented on code in PR #2: URL: https://github.com/apache/xerces-j/pull/2#discussion_r2159973198
########## .github/workflows/ant.yml: ########## @@ -0,0 +1,67 @@ +name: Java CI Review Comment: I recommend still making use of GitHub actions on the repo, even if there's a CI build elsewhere. It's a lot easier to get an idea if pull requests are ok if pipelines are being run within GitHub to at least build & run tests with various JDK versions. Also it's externally visible. Right now I have no idea if Apache has run tests on this pr or not. -- 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]
