Skip to content

Commit

Permalink
[Chore] Fix code inspection workflow failure (apache#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLiang-0 authored Jan 2, 2025
1 parent f8743b8 commit 1ced03e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/checkstyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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:
cd flink-doris-connector && mvn clean compile checkstyle:checkstyle

0 comments on commit 1ced03e

Please sign in to comment.