Skip to content

Commit

Permalink
Remove --replace flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvanderlinde committed Feb 27, 2023
1 parent 38f0161 commit d0aad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: "17"
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--dry-run --skip-sorting-imports --replace"
args: "--dry-run --skip-sorting-imports"
build:
name: ${{ matrix.os }} w/JDK ${{ matrix.java }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d0aad89

Please sign in to comment.