You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/01/23 14:13:56 UTC

[incubator-pekko] 02/02: Check headers for all Scala versions in PR validation

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git

commit 32f7f1118ecbccbdc80625257afb44d8b06e495e
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Mon Jan 23 13:54:00 2023 +0100

    Check headers for all Scala versions in PR validation
---
 .github/workflows/build-test-prValidation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml
index 1544dd810f..8c1c126b62 100644
--- a/.github/workflows/build-test-prValidation.yml
+++ b/.github/workflows/build-test-prValidation.yml
@@ -35,7 +35,7 @@ jobs:
           sbt \
           -Dsbt.override.build.repos=false \
           -Dsbt.log.noformat=false \
-          headerCheckAll
+          +headerCheckAll
 
   pull-request-validation:
     name: Check / Tests


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org