Skip to content

[FEAT] 초대 승락 삭제 api 추가 및 초대 중복 제거 #221

[FEAT] 초대 승락 삭제 api 추가 및 초대 중복 제거

[FEAT] 초대 승락 삭제 api 추가 및 초대 중복 제거 #221

name: TWTW Backend Reformat
on:
push:
paths:
- '**.java'
permissions:
contents: write
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'