Skip to content

♻️ refactor: SSE 방 삭제 이벤트 퍼블리싱, 유저 수 조회 메서드 변경 (#127) #307

♻️ refactor: SSE 방 삭제 이벤트 퍼블리싱, 유저 수 조회 메서드 변경 (#127)

♻️ refactor: SSE 방 삭제 이벤트 퍼블리싱, 유저 수 조회 메서드 변경 (#127) #307

Workflow file for this run

name: Style Check
on:
push:
branches-ignore:
- main
- dev
jobs:
java-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Google Java Format
uses: axel-op/googlejavaformat-action@v4
with:
args: "--replace --aosp"
commit-message: "chore: Java 스타일 수정"