Skip to content

Change template call name #9353

Change template call name

Change template call name #9353

Workflow file for this run

# Copyright 2023-2024 Broadcom
# 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"