Skip to content

Commit

Permalink
Chore: workflows 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KIMSEI1124 committed Mar 17, 2024
1 parent 03240b7 commit 6d694c5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sangchu-passport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Sangchu BOT 🤖

on:
push:
branches: [ main ]

jobs:
Backend_CI:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository 🚚
uses: actions/checkout@v3

- name: Setup JDK 17 🔨
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin

- name: Run Spring Boot CompileJava 🧪
run: ./gradlew CompileJava

0 comments on commit 6d694c5

Please sign in to comment.