Skip to content

Commit 18ab56f

Browse files
committed
Chore: github action 추가
1 parent bf8e89f commit 18ab56f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Sangchu BOT 🤖
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
jobs:
8+
Backend_CI:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout Repository 🚚
13+
uses: actions/checkout@v3
14+
15+
- name: Setup JDK 17 🔨
16+
uses: actions/setup-java@v3
17+
with:
18+
java-version: 17
19+
distribution: temurin
20+
21+
- name: Run Spring Boot CompileJava 🧪
22+
run: ./gradlew CompileJava

0 commit comments

Comments
 (0)