From db094a8d86d173e300bf6317267af40ac1b40081 Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Wed, 12 Feb 2025 15:09:42 +0100 Subject: [PATCH] test: syntax validataion --- .gitea/workflows/back.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/back.yaml b/.gitea/workflows/back.yaml index 80b451a..2d6b648 100644 --- a/.gitea/workflows/back.yaml +++ b/.gitea/workflows/back.yaml @@ -13,8 +13,6 @@ jobs: distribution: 'temurin' # See 'Supported distributions' for available options java-version: '21' - name: Check IntelliJ Formatting - uses: findologic/intellij-format-action - with: - include-glob: '*.kt,*.java' - path: . - fail-on-changes: true + - uses: joutvhu/intellij-format@v1 + with: + verify: true \ No newline at end of file