Skip to content

fix: java style 오류 해결 #410

fix: java style 오류 해결

fix: java style 오류 해결 #410

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