Skip to content

Do the thing yet again #7728

Do the thing yet again

Do the thing yet again #7728

Workflow file for this run

# Copyright 2021-2023 VMware, Inc.
# SPDX-License-Identifier: Apache-2.0
name: Google Java Format
on:
push:
branches: [ "**" ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"