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