Skip to content

make README for non-tls ports more readable #2

make README for non-tls ports more readable

make README for non-tls ports more readable #2

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.x"
- run: go test ./...
- run: go build ./cmd/snmp-proxy