SNOW-1514185 Assign new channel when no offset is present in Snowflake #2152
Workflow file for this run
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" |