Skip to content

Bump com.google.cloud:google-cloud-bigquery from 2.44.0 to 2.45.0 #3606

Bump com.google.cloud:google-cloud-bigquery from 2.44.0 to 2.45.0

Bump com.google.cloud:google-cloud-bigquery from 2.44.0 to 2.45.0 #3606

Workflow file for this run

name: Checkstyle
on: pull_request
jobs:
checkstyle_job:
runs-on: ubuntu-latest
name: Checkstyle
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-pr-review'
checkstyle_config: checkstyle/checkstyle.xml
fail_on_error: true
filter_mode: 'file'