diff --git a/.github/workflows/android_format.yml b/.github/workflows/android_format.yml index 2f7cca4..c027180 100644 --- a/.github/workflows/android_format.yml +++ b/.github/workflows/android_format.yml @@ -18,4 +18,9 @@ jobs: - name: Run formatting uses: axel-op/googlejavaformat-action@v3 with: - args: "--skip-sorting-imports --replace" + args: "--replace" + skip-commit: true + - name: Print diffs + run: git --no-pager diff + - name: Return + run: exit 0