Skip to content

🐛 fix: CORS 프론트엔드 도메인 명시적으로 설정 #139

🐛 fix: CORS 프론트엔드 도메인 명시적으로 설정

🐛 fix: CORS 프론트엔드 도메인 명시적으로 설정 #139

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 스타일 수정"