We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f3d6d commit 3c44339Copy full SHA for 3c44339
.github/workflows/code_style.yml
@@ -17,9 +17,7 @@ jobs:
17
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
19
- name: Fix code java style
20
- uses: axel-op/googlejavaformat-action@v4
+ uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
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