Skip to content

feat: Kakao Login 성공 시 사용자의 id, email, profileUrl을 넘겨주는 기능 추가 #105

feat: Kakao Login 성공 시 사용자의 id, email, profileUrl을 넘겨주는 기능 추가

feat: Kakao Login 성공 시 사용자의 id, email, profileUrl을 넘겨주는 기능 추가 #105

name: Format
on: [ push, pull_request ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
- uses: actions/checkout@v3
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"
skip-commit: true