Skip to content

fix: improve LLDP remote port labels for mixed neighbors #10

fix: improve LLDP remote port labels for mixed neighbors

fix: improve LLDP remote port labels for mixed neighbors #10

Workflow file for this run

name: 'Run go tests'
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: setup Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: go test -v ./...
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
run: go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8 run