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