From 8b24456b487a2725e1ce66f5fa4069e2a07a44b1 Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Wed, 12 Feb 2025 15:14:48 +0100 Subject: [PATCH] feat: back to google as I can't make the other one work --- .gitea/workflows/back.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/back.yaml b/.gitea/workflows/back.yaml index bf333ae..31aa219 100644 --- a/.gitea/workflows/back.yaml +++ b/.gitea/workflows/back.yaml @@ -13,6 +13,6 @@ jobs: distribution: 'temurin' # See 'Supported distributions' for available options java-version: '21' - - uses: joutvhu/intellij-format@v1 - with: - verify: true \ No newline at end of file + - uses: axel-op/googlejavaformat-action@v3 + with: + args: "--set-exit-if-changed --skip-sorting-imports --aosp -n" \ No newline at end of file