From c7ddc37bf995e9e01e2644b57e51896f9e1c5d4e Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Tue, 11 Feb 2025 19:12:49 +0100 Subject: [PATCH] test: changed the verification --- .gitea/workflows/back.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/back.yaml b/.gitea/workflows/back.yaml index 0af4bc6..f68f425 100644 --- a/.gitea/workflows/back.yaml +++ b/.gitea/workflows/back.yaml @@ -1,4 +1,4 @@ -name: check backend +name: Format on: [ push, pull_request ] @@ -10,4 +10,7 @@ jobs: - uses: actions/checkout@v4 # v2 minimum required - uses: axel-op/googlejavaformat-action@v3 with: - args: "--set-exit-if-changed --aosp" \ No newline at end of file + args: "--replace" + skip-commit: true + - name: Print diffs + run: git --no-pager diff --exit-code \ No newline at end of file