Skip to content

Commit f7f8a0f

Browse files
authored
Update: github action 중복 코드 제거
1 parent 5df66f7 commit f7f8a0f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
19-
- name: set up JDK 17
20-
uses: actions/setup-java@v4
21-
with:
22-
java-version: '17'
23-
distribution: 'temurin'
24-
cache: gradle
25-
2618
- name: Checkout repository
2719
uses: actions/checkout@v4
2820

0 commit comments

Comments
 (0)