diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9a37e1e23ed4..4c036dde7cec 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-javadoc-formatting --skip-reflowing-long-strings --set-exit-if-changed --aosp" + args: "--skip-javadoc-formatting --skip-reflowing-long-strings --set-exit-if-changed --aosp -r" github-token: ${{ secrets.GITHUB_TOKEN }} - name: Run checkstyle reporter uses: dbelyaev/action-checkstyle@master