Skip to content

Commit

Permalink
chore(workflow): add spotless check (#2168)
Browse files Browse the repository at this point in the history
chore(workflow): spotless check

Signed-off-by: Robin Han <[email protected]>
  • Loading branch information
superhx authored Nov 21, 2024
1 parent ef1520a commit 1e217ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_automq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup Gradle
uses: gradle/[email protected]
- name: Checkstyle
run: ./gradlew --build-cache rat checkstyleMain checkstyleTest
run: ./gradlew --build-cache rat checkstyleMain checkstyleTest spotlessJavaCheck
spotbugs:
name: "Spotbugs"
runs-on: ${{ matrix.os }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

package org.apache.kafka.tools.automq.perf;

import com.google.common.collect.Lists;
import org.apache.kafka.clients.admin.Admin;
import org.apache.kafka.clients.admin.AdminClientConfig;
import org.apache.kafka.clients.admin.CreateTopicsResult;
Expand All @@ -21,6 +20,8 @@
import org.apache.kafka.common.TopicPartition;
import org.apache.kafka.common.errors.TopicExistsException;

import com.google.common.collect.Lists;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down

0 comments on commit 1e217ee

Please sign in to comment.