Skip to content

chore(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.42 #16

chore(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.42

chore(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.42 #16

name: Format
on:
pull_request:
branches:
- develop
jobs:
formatting:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v4
with:
args: "--replace"
# Recommended if you use MacOS:
# github-token: ${{ secrets.GITHUB_TOKEN }}