Skip to content

Bump google-api-python-client from 2.129.0 to 2.147.0 #483

Bump google-api-python-client from 2.129.0 to 2.147.0

Bump google-api-python-client from 2.129.0 to 2.147.0 #483

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Ruff Check
uses: chartboost/ruff-action@v1
- name: Ruff Format
uses: chartboost/ruff-action@v1
with:
args: "format --check"