Skip to content

Commit

Permalink
More quiet check
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 5, 2024
1 parent 814b5c6 commit 2833f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2833f82

Please sign in to comment.