Skip to content

Commit 82cf7ef

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/code_style.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ jobs:
2020
uses: axel-op/googlejavaformat-action@v4
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)