diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 549b1df..251b269 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -15,7 +15,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - - uses: axel-op/googlejavaformat-action@v3 with: ref: ${{ github.event.pull_request.head.ref }} + - uses: axel-op/googlejavaformat-action@v3 + with: args: "--skip-sorting-imports --replace"