Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

fix: do not track pongs during command execution #819

fix: do not track pongs during command execution

fix: do not track pongs during command execution #819

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.61.0
args: --timeout 3m