Skip to content

Bump google.golang.org/grpc from 1.54.0 to 1.56.3 in /tests #14

Bump google.golang.org/grpc from 1.54.0 to 1.56.3 in /tests

Bump google.golang.org/grpc from 1.54.0 to 1.56.3 in /tests #14

Workflow file for this run

name: Lint
on:
pull_request:
# Run linter when PRs opened or updated
types: [opened, synchronize]
branches:
- main
concurrency: lint-${{ github.base_ref }}
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: Setup rtx
uses: jdx/rtx-action@v1
- name: "Lint"
run: ./scripts/lint.sh