Skip to content

Commit 8bee862

Browse files
committed
Stop maven formatting inside actions
1 parent 8c8b045 commit 8bee862

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,5 @@ jobs:
5858
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
5959
restore-keys: ${{ runner.os }}-m2
6060

61-
- name: Check code formatting
62-
run: mvn formatter:validate
63-
6461
- name: Check for common code issues
6562
run: mvn spotbugs:checks

0 commit comments

Comments
 (0)