Skip to content

Commit 2833f82

Browse files
committed
More quiet check
1 parent 814b5c6 commit 2833f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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"
44+
args: "--skip-javadoc-formatting --skip-reflowing-long-strings --set-exit-if-changed --aosp -r"
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
- name: Run checkstyle reporter
4747
uses: dbelyaev/action-checkstyle@master

0 commit comments

Comments
 (0)