[FEAT] Group 자신의 소속 그룹 정보 반환 + 테스트 #181
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |