diff --git a/.github/workflows/google-java-format.yml b/.github/workflows/google-java-format.yml index d1d5ae3edc8..34327562224 100644 --- a/.github/workflows/google-java-format.yml +++ b/.github/workflows/google-java-format.yml @@ -28,4 +28,7 @@ jobs: - uses: actions/checkout@v2 # v2 minimum required - uses: axel-op/googlejavaformat-action@3.5.0 with: + # By default, only --replace is used in args + args: "--skip-reflowing-long-strings --skip-javadoc-formatting --replace" + # Default: Google Java Format commitMessage: "chore: Google Java Format"