Skip to content

feat(kmsgLogWatcher): Add option to restart kmsg parser if channel closes #124

feat(kmsgLogWatcher): Add option to restart kmsg parser if channel closes

feat(kmsgLogWatcher): Add option to restart kmsg parser if channel closes #124

Workflow file for this run

name: golangci-lint
on: [pull_request, workflow_dispatch]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: golangci-lint
run: make lint