Skip to content

Fix kqueue function not implemented on OpenBSD (#7) #24

Fix kqueue function not implemented on OpenBSD (#7)

Fix kqueue function not implemented on OpenBSD (#7) #24

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2