NO-SNOW: Preserve the old data type that goes into an ARRAY column fo… #1511
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |