feat: now uses intellij
Some checks failed
Format / formatting (push) Failing after 3s
CI / build (push) Successful in 11s

This commit is contained in:
Pierre Tellier 2025-02-12 14:51:37 +01:00
parent d77f38b405
commit 208cbbfa1d

View File

@ -12,6 +12,7 @@ jobs:
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
- uses: axel-op/googlejavaformat-action@v3
- uses: findologic/intellij-format-action@v1.1.0
with:
args: "--set-exit-if-changed --skip-sorting-imports --aosp -n"
include-glob: '*.kt,*.java'
path: .