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

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


The following commit(s) were added to refs/heads/main by this push:
     new 322ebbd15 Temporarily disable Javafmt code style check (#1402)
322ebbd15 is described below

commit 322ebbd152e5f8c265bece2baba8e038136c8221
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Feb 3 22:16:43 2026 +0100

    Temporarily disable Javafmt code style check (#1402)
---
 .github/workflows/check-build-test.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index 273520306..03a699eb9 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -52,8 +52,10 @@ jobs:
       - name: Cache Coursier cache
         uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.7
 
-      - name: "Code style, compile tests, MiMa. Run locally with: sbt 
\"javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues\""
-        run: sbt "javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues"
+      # Javafmt code style check disabled temporarily
+      # https://github.com/apache/pekko-connectors/issues/1401
+      - name: "Code style, compile tests, MiMa. Run locally with: sbt 
\"+Test/compile; +mimaReportBinaryIssues\""
+        run: sbt "+Test/compile; +mimaReportBinaryIssues"
 
       - name: "Integration Test Compile"
         run: sbt "+aws-spi-pekko-http-int-tests/Test/compile"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to