Skip to content

Commit 6860881

Browse files
committed
fix: java style 오류 해결
1 parent 4b07f92 commit 6860881

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/style-check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ jobs:
1010
java-style:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
14+
- uses: actions/setup-java@v5
15+
with:
16+
java-version: '17'
17+
distribution: 'temurin'
1418
- name: Run Google Java Format
1519
uses: axel-op/googlejavaformat-action@v4
1620
with:

0 commit comments

Comments
 (0)