fix: 퀴즈 창작자가 탈퇴할 경우 creator_id를 null로 설정 #375
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 스타일 수정" |