Skip to content

Bump @grpc/grpc-js from 1.8.17 to 1.8.22 in /client #490

Bump @grpc/grpc-js from 1.8.17 to 1.8.22 in /client

Bump @grpc/grpc-js from 1.8.17 to 1.8.22 in /client #490

Workflow file for this run

name: Cleaning Code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Analyzing code
run: |
source ./lint.sh || true