Skip to content

Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#1731) #17

Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#1731)

Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#1731) #17

Workflow file for this run

name: Lint frontend
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install
- run: yarn lint