Skip to content

Update dependency google-cloud-bigquery to v3 #104

Update dependency google-cloud-bigquery to v3

Update dependency google-cloud-bigquery to v3 #104

Workflow file for this run

name: Lint Renovate Config
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
pull_request: {}
push:
branches: ["main"]
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: 🧼 Lint # Validates changes to renovate.json config file
uses: suzuki-shunsuke/[email protected]
with:
config_file_path: 'renovate.json'