We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7462a45 commit 43f63bbCopy full SHA for 43f63bb
.github/workflows/code_style.yml
@@ -16,8 +16,14 @@ jobs:
16
steps:
17
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
19
+ - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
20
+ with:
21
+ distribution: "temurin"
22
+ java-version: 21
23
+
24
- name: Fix code java style
- uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
25
+ uses: axel-op/googlejavaformat-action@c1134ebd196c4cbffb077f9476585b0be8b6afcd # v4
26
with:
27
args: "--set-exit-if-changed -a -i"
28
commit-message: "[github actions] Apply google-java-format code style fixes"
29
+ files: "modules/java_api/**/*.java"
0 commit comments