Skip to content

Added insert template to trino plugin #9100

Added insert template to trino plugin

Added insert template to trino plugin #9100

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"