Skip to content

Commit 838ed90

Browse files
committed
chore: 자바 스타일 수정 CI 추가
1 parent fc5dcfc commit 838ed90

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/style-check.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Style Check
2+
3+
on:
4+
push:
5+
branches-ignore:
6+
- main
7+
- dev
8+
9+
jobs:
10+
java-style:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Run Google Java Format
15+
uses: axel-op/googlejavaformat-action@v4
16+
with:
17+
args: "--replace --aosp"
18+
commit-message: "chore: Java 스타일 수정"

0 commit comments

Comments
 (0)