Skip to content

Commit 28f13bf

Browse files
authored
Added checks for import order and code format to CI (#340)
Signed-off-by: Helber Belmiro <[email protected]>
1 parent 3e995e1 commit 28f13bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cache: 'maven'
4848

4949
- name: Build with Maven
50-
run: mvn '-Dorg.slf4j.simpleLogger.log.org.openapitools=off' -B formatter:validate verify --file pom.xml
50+
run: mvn '-Dorg.slf4j.simpleLogger.log.org.openapitools=off' -B formatter:validate impsort:check verify --file pom.xml
5151

5252
build_reactive:
5353
name: Build - RESTEasy Reactive
@@ -73,4 +73,4 @@ jobs:
7373
cache: 'maven'
7474

7575
- name: Build with Maven
76-
run: mvn -Presteasy-reactive '-Dorg.slf4j.simpleLogger.log.org.openapitools=off' -B verify --file pom.xml
76+
run: mvn -Presteasy-reactive '-Dorg.slf4j.simpleLogger.log.org.openapitools=off' -B formatter:validate impsort:check verify --file pom.xml

0 commit comments

Comments
 (0)