We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814b5c6 commit 2833f82Copy full SHA for 2833f82
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
distribution: 'temurin'
42
- uses: axel-op/googlejavaformat-action@v3
43
with:
44
- 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"
45
github-token: ${{ secrets.GITHUB_TOKEN }}
46
- name: Run checkstyle reporter
47
uses: dbelyaev/action-checkstyle@master
0 commit comments