Skip to content

perf(bridge): attach and configure a TAP in one netlink message #1012

perf(bridge): attach and configure a TAP in one netlink message

perf(bridge): attach and configure a TAP in one netlink message #1012

Workflow file for this run

name: lint
on:
push:
tags:
- '!v*'
branches:
- '*'
paths-ignore:
- 'os-image/**'
pull_request:
paths-ignore:
- 'os-image/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.9.0
- name: Check formatting (gofumpt + goimports)
run: golangci-lint fmt --diff