pjfanning commented on code in PR #1752: URL: https://github.com/apache/pekko/pull/1752#discussion_r1934367913
########## .github/workflows/verify-jdk9-classes.sh: ########## @@ -17,12 +17,10 @@ # specific language governing permissions and limitations # under the License. -echo "Checking Scala CLI version..." -scala-cli --version - echo "Starting verification with Scala-CLI..." for file in stream/target/scala-cli/*.sc; do + cat $file Review Comment: @raboof I think it is useful to have the generated script in the logs but if you think it best, I can remove this line, -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org