Skip to content

Commit b0f3d6d

Browse files
committed
Update code_style flow
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
1 parent 9d9bc72 commit b0f3d6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/code_style.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
uses: axel-op/googlejavaformat-action@v4
2121
with:
2222
args: "--set-exit-if-changed -a -i"
23-
commit-message: "[github actions] Apply google-java-format code style fixes"
23+
skip-commit: true
24+
- name: Print diffs
25+
run: git --no-pager diff --exit-code

0 commit comments

Comments
 (0)