Skip to content

Bump github.com/googleapis/gax-go/v2 from 2.12.1 to 2.12.2 #10811

Bump github.com/googleapis/gax-go/v2 from 2.12.1 to 2.12.2

Bump github.com/googleapis/gax-go/v2 from 2.12.1 to 2.12.2 #10811

Workflow file for this run

name: Repo - Validate
on:
workflow_dispatch:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: License Exists
run: test -f LICENSE
- name: Gitignore Exists
run: test -f .gitignore
- name: Readme Exists
run: test -f README.md
- name: Readme Lint
uses: avto-dev/[email protected]
with:
args: ./README.md
config: ./.markdownlint.json