Skip to content

Refactor: 토큰, 사용자, 포인트 엔티티 식별자 변경 및 비즈니스 로직 리팩토링 (#18) #95

Refactor: 토큰, 사용자, 포인트 엔티티 식별자 변경 및 비즈니스 로직 리팩토링 (#18)

Refactor: 토큰, 사용자, 포인트 엔티티 식별자 변경 및 비즈니스 로직 리팩토링 (#18) #95

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --info