Skip to content

Merge pull request #97 from HongDam-org/feat/thread-pool-retry-backoff #289

Merge pull request #97 from HongDam-org/feat/thread-pool-retry-backoff

Merge pull request #97 from HongDam-org/feat/thread-pool-retry-backoff #289

name: TWTW Backend Reformat
on:
push:
branches:
- 'master'
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'