Skip to content

Commit 8e35798

Browse files
authored
Update format.yml
1 parent af6c4ad commit 8e35798

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4 # v2 minimum required
13+
- uses: actions/setup-java@v4
14+
with:
15+
distribution: 'temurin' # See 'Supported distributions' for available options
16+
java-version: '17'
1317
- name: Prettier Java Format
1418
uses: axel-op/googlejavaformat-action@v3
1519
with:

0 commit comments

Comments
 (0)