We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9bc72 commit b0f3d6dCopy full SHA for b0f3d6d
.github/workflows/code_style.yml
@@ -20,4 +20,6 @@ jobs:
20
uses: axel-op/googlejavaformat-action@v4
21
with:
22
args: "--set-exit-if-changed -a -i"
23
- commit-message: "[github actions] Apply google-java-format code style fixes"
+ skip-commit: true
24
+ - name: Print diffs
25
+ run: git --no-pager diff --exit-code
0 commit comments