nvollmar commented on code in PR #24:
URL:
https://github.com/apache/incubator-pekko-persistence-cassandra/pull/24#discussion_r1127639628
##########
.github/workflows/headers.yml:
##########
@@ -0,0 +1,26 @@
+name: Headers
+
+on:
+ pull_request:
+
+permissions: {}
+
+jobs:
+ check-headers:
+ name: Check headers
+ runs-on: ubuntu-20.04
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v3
+
+ - name: Setup Java 11
+ uses: actions/setup-java@v3
+ with:
+ distribution: temurin
+ java-version: 11
+
+ - name: Cache Coursier cache
+ uses: coursier/[email protected]
+
+ - name: Check headers
+ run: sbt +headerCheckAll
Review Comment:
copied over from pekko-management. Needed for Scala version specific files.
Currently we don't have any here but better to have it I guess.
--
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]