Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 #362

Bump google.golang.org/protobuf from 1.30.0 to 1.31.0

Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 #362

Workflow file for this run

name: Lint
on: [workflow_dispatch, pull_request]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Setup Node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
- run: npm ci --ignore-scripts
- run: npm run lint --silent