Skip to content

Unpin grpcio, devenv uses 1.49 already (#2952) #21

Unpin grpcio, devenv uses 1.49 already (#2952)

Unpin grpcio, devenv uses 1.49 already (#2952) #21

name: static-code-analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: akaihola/[email protected]
with:
options: "--check --diff --revision=origin/main..."
src: "."