Skip to content

chore: 불필요 info 로그 삭제 #413

chore: 불필요 info 로그 삭제

chore: 불필요 info 로그 삭제 #413

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@v5
- uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'
- name: Run Google Java Format
uses: axel-op/googlejavaformat-action@v4
with:
args: "--replace --aosp"
commit-message: "chore: Java 스타일 수정"