Skip to content

Commit 59195c3

Browse files
committed
Reorder parameters
1 parent 35efabd commit 59195c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reformat-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: 'temurin'
2020
- uses: axel-op/googlejavaformat-action@v3
2121
with:
22-
args: "--skip-javadoc-formatting --skip-reflowing-long-strings --replace --aosp"
22+
args: "-r -a --skip-reflowing-long-strings --skip-javadoc-formatting"
2323
- name: Create Pull Request
2424
uses: peter-evans/create-pull-request@v7
2525
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
distribution: 'temurin'
4242
- uses: axel-op/googlejavaformat-action@v3
4343
with:
44-
args: "--skip-javadoc-formatting --skip-reflowing-long-strings --set-exit-if-changed --aosp -r"
44+
args: "-r -a --skip-reflowing-long-strings --skip-javadoc-formatting --set-exit-if-changed"
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
- name: Run checkstyle reporter
4747
uses: dbelyaev/action-checkstyle@master

0 commit comments

Comments
 (0)