pjfanning commented on code in PR #57:
URL: 
https://github.com/apache/incubator-pekko-site/pull/57#discussion_r1443690828


##########
.github/workflows/site.yml:
##########
@@ -1 +1,33 @@
+name: Apache Pekko Site
+permissions: read-all
+on:
+  pull_request:
+  workflow_dispatch:
+jobs:
+  sbt:
+    name: Check content folder
+    runs-on: ubuntu-20.04
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
+          fetch-tags: 0
+      - name: Setup Java 8
+        uses: actions/setup-java@v3
+        with:
+          distribution: temurin
+          java-version: 8

Review Comment:
   we need java 11



-- 
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]

Reply via email to