Skip to content

[SNOW-3249917] JDBC removal Step 11d: Demote JDBC to test scope (#1146) #3577

[SNOW-3249917] JDBC removal Step 11d: Demote JDBC to test scope (#1146)

[SNOW-3249917] JDBC removal Step 11d: Demote JDBC to test scope (#1146) #3577

name: GoogleJavaFormat
on:
pull_request:
paths-ignore:
- '.claude/**'
push:
branches:
- master
paths-ignore:
- '.claude/**'
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Format code
run: ./format.sh
- if: ${{ failure() }}
run: git diff --color=always