Skip to content

feat: Supports callbacks when reading a message fails #207

feat: Supports callbacks when reading a message fails

feat: Supports callbacks when reading a message fails #207

Workflow file for this run

name: static-check
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags:
- 'v*'
branches:
- main
jobs:
staticcheck:
name: staticcheck (project)
strategy:
matrix:
dir: ["client", "internal", "server", "protobufshelpers"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- id: install_go
uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: "1.22.x"
- uses: dominikh/staticcheck-action@v1.3.1
with:
install-go: false
version: "2023.1.7"
working-directory: ${{ matrix.dir }}