Skip to content

Merge pull request #28 from robgonnella/prevent-blocking-on-idle-wait #24

Merge pull request #28 from robgonnella/prevent-blocking-on-idle-wait

Merge pull request #28 from robgonnella/prevent-blocking-on-idle-wait #24

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Install dependencies
run: sudo apt update && sudo apt install -y make libpcap-dev
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
skip-pkg-cache: true