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