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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
