Skip to content

Commit 3c44339

Browse files
committed
Restore code style flow
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
1 parent b0f3d6d commit 3c44339

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/code_style.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1818

1919
- name: Fix code java style
20-
uses: axel-op/googlejavaformat-action@v4
20+
uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
2121
with:
2222
args: "--set-exit-if-changed -a -i"
23-
skip-commit: true
24-
- name: Print diffs
25-
run: git --no-pager diff --exit-code
23+
commit-message: "[github actions] Apply google-java-format code style fixes"

0 commit comments

Comments
 (0)