Skip to content

Commit c5f2d27

Browse files
authored
feat: Google 자바 코드 스타일 적용 yaml 파일 설정
1 parent 7344a8a commit c5f2d27

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Auto Google Java Format on PR
2+
3+
on:
4+
pull_request:
5+
branches: [ dev ]
6+
7+
jobs:
8+
format:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v4
13+
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}
15+
16+
- uses: axel-op/googlejavaformat-action@v4
17+
with:
18+
args: "--replace"
19+
commit-message: "style: Google Java 컨벤션에 맞게 코드 스타일 자동 수정"

0 commit comments

Comments
 (0)