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

He-Pin pushed a commit to branch unify-formatter-config
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git

commit 61b49b7fcd4fada89c7b1f4e2d9caeede9dc0106
Author: 虎鸣 <[email protected]>
AuthorDate: Sun Jun 14 20:18:45 2026 +0800

    chore: re-enable javafmt check in CI via checkCodeStyle alias
    
    Motivation:
    Re-enable the javafmt code style check that was temporarily disabled
    (issue #1401), now using the unified checkCodeStyle alias that covers
    scalafmt, javafmt, and header checks.
    
    Modification:
    - Replace disabled javafmt comment with checkCodeStyle in CI workflow
    - Add checkCodeStyle to the sbt command in check-build-test.yml
    
    Result:
    CI now enforces consistent code style checks (scalafmt + javafmt + headers)
    using the unified checkCodeStyle alias.
    
    Tests:
    Not run - CI config change only
    
    References:
    Refs #1401
---
 .github/workflows/check-build-test.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index 6d355d18f..8ae0e5e4c 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -52,10 +52,8 @@ jobs:
       - name: Cache Coursier cache
         uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v6.4.7
 
-      # 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: "Code style, compile tests, MiMa. Run locally with: sbt 
\"checkCodeStyle; +Test/compile; +mimaReportBinaryIssues\""
+        run: sbt "checkCodeStyle; +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