Skip to content

Update google java format.yml #4

Update google java format.yml

Update google java format.yml #4

name: google-java-format
on: [ push, pull_request ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--fix-imports-only"
commit-message: "format: Google Java Format"
github-token: ${{ secrets.GH_TOKEN }}