Skip to content

Feat/chatroom dto add last chat created: 채팅방 GET 요청 시 마지막 채팅 시간 DTO에 추가 #572

Feat/chatroom dto add last chat created: 채팅방 GET 요청 시 마지막 채팅 시간 DTO에 추가

Feat/chatroom dto add last chat created: 채팅방 GET 요청 시 마지막 채팅 시간 DTO에 추가 #572

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
linter:
name: Spotless
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set Up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Spotless Check
run: ./gradlew spotlessCheck