Add Spotless plugin with removeUnusedImports check enabled

Closes #43233

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
stianst
2025-10-03 10:37:38 +02:00
committed by Alexander Schwartz
parent ca368706cc
commit 963682a07c
4 changed files with 48 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ jobs:
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Spotless
run: ./mvnw spotless:check
- name: Build Keycloak
uses: ./.github/actions/build-keycloak