Skip to content

Commit

Permalink
Update google java format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devyubin authored Aug 16, 2023
1 parent ae1a08c commit 1d02346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/google java format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
- uses: actions/checkout@v3

- name: Check formatting
- uses: axel-op/googlejavaformat-action@v3
uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-commit: true

- name: Print diffs
run: git --no-pager diff --exit-code

0 comments on commit 1d02346

Please sign in to comment.