Skip to content

services: grpc: add tests for synchronous event handling #72

services: grpc: add tests for synchronous event handling

services: grpc: add tests for synchronous event handling #72

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: setup go
uses: actions/setup-go@v3
with:
go-version: "1.22.4"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.59.1