Docs: README.md 수정 #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |