Skip to content

SNOW-1694636: Schematization utils refactor (PART 3) - Refactor schem… #2257

SNOW-1694636: Schematization utils refactor (PART 3) - Refactor schem…

SNOW-1694636: Schematization utils refactor (PART 3) - Refactor schem… #2257

name: GoogleJavaFormat
on:
pull_request:
push:
branches:
- master
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GoogleJavaFormat
id: googlejavaformat
uses: axel-op/googlejavaformat-action@v3
with:
skipCommit: true
version: 1.10.0
args: "-n --set-exit-if-changed"