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