Skip to content

Update google java format.yml #7

Update google java format.yml

Update google java format.yml #7

name: google-java-format
on: [ push, pull_request ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check formatting
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