Skip to content

Merge pull request #1 from HongDam-org/feat/kakao-user #1

Merge pull request #1 from HongDam-org/feat/kakao-user

Merge pull request #1 from HongDam-org/feat/kakao-user #1

name: TWTW Backend Reformat
on:
push:
paths:
- '**.java'
defaults:
run:
shell: bash
working-directory: ./backend
jobs:
replace-google-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: axel-op/googlejavaformat-action@v3
with:
args: '--replace --aosp'