fix: removed git action push to not destroy our history
All checks were successful
Format / formatting (push) Successful in 8s
CI / build (push) Successful in 12s

This commit is contained in:
Pierre Tellier 2025-02-12 11:04:49 +01:00
parent f629fb4a4e
commit e6565275c8

View File

@ -14,6 +14,6 @@ jobs:
java-version: '21' java-version: '21'
- uses: axel-op/googlejavaformat-action@v3 - uses: axel-op/googlejavaformat-action@v3
with: with:
args: "--replace --skip-sorting-imports --aosp" args: "--set-exit-if-changed --skip-sorting-imports --aosp"
- name: Print diffs - name: Print diffs
run: git --no-pager diff --exit-code run: git --no-pager diff --exit-code