From e053371e799aab35a756074f5877052730333d5a Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 5 Oct 2024 21:57:35 +0200 Subject: [PATCH] Add "--skip-javadoc-formatting" --- .github/workflows/reformat-code.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reformat-code.yml b/.github/workflows/reformat-code.yml index 5c10b80af69..0cf9ebaddd5 100644 --- a/.github/workflows/reformat-code.yml +++ b/.github/workflows/reformat-code.yml @@ -19,7 +19,7 @@ jobs: distribution: 'temurin' - uses: axel-op/googlejavaformat-action@v3 with: - args: "--skip-reflowing-long-strings --replace --aosp" + args: "--skip-javadoc-formatting --skip-reflowing-long-strings --replace --aosp" - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24089238da3..9a37e1e23ed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: distribution: 'temurin' - uses: axel-op/googlejavaformat-action@v3 with: - args: "--skip-reflowing-long-strings --set-exit-if-changed --aosp" + args: "--skip-javadoc-formatting --skip-reflowing-long-strings --set-exit-if-changed --aosp" github-token: ${{ secrets.GITHUB_TOKEN }} - name: Run checkstyle reporter uses: dbelyaev/action-checkstyle@master