Skip to content

build(deps): bump google.golang.org/api from 0.214.0 to 0.225.0 #231

build(deps): bump google.golang.org/api from 0.214.0 to 0.225.0

build(deps): bump google.golang.org/api from 0.214.0 to 0.225.0 #231

Workflow file for this run

name: Pull Request CI
on:
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml
tests:
needs: [ lint ]
uses: ./.github/workflows/tests.yml
build:
needs: [ tests ]
uses: ./.github/workflows/build.yml
sdk-tests:
needs: [ build ]
uses: ./.github/workflows/sdk-tests.yml