mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Add Spotless plugin with removeUnusedImports check enabled
Closes #43233 Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
committed by
Alexander Schwartz
parent
ca368706cc
commit
963682a07c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user