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

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new a30b49b  [Chore] Fix code format check failure (#56)
a30b49b is described below

commit a30b49b11d8163b81ea660007d28537c2379142b
Author: wudongliang <46414265+donglian...@users.noreply.github.com>
AuthorDate: Thu Dec 26 15:43:39 2024 +0800

    [Chore] Fix code format check failure (#56)
---
 .github/workflows/checkstyle.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/checkstyle.yaml 
b/.github/workflows/checkstyle.yaml
index ad9f2fb..4401ab8 100644
--- a/.github/workflows/checkstyle.yaml
+++ b/.github/workflows/checkstyle.yaml
@@ -35,6 +35,12 @@ jobs:
           persist-credentials: false
           submodules: recursive
 
+      - name: Setup java
+        uses: actions/setup-java@v2
+        with:
+          distribution: adopt
+          java-version: '8'
+
       - name: Run java checkstyle
         run:
            mvn spotless:check
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to