Skip to content

fix: Prevent custom plugin monitor from stucking when plugin process hangs #21

fix: Prevent custom plugin monitor from stucking when plugin process hangs

fix: Prevent custom plugin monitor from stucking when plugin process hangs #21

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@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.24
- name: golangci-lint
run: make lint