Skip to content

feat: add PROXY protocol support #135

feat: add PROXY protocol support

feat: add PROXY protocol support #135

Workflow file for this run

name: lint
on:
push:
branches:
- "master"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: charmbracelet/meta/.github/workflows/lint.yml@main
with:
golangci_path: .golangci.yml
golangci_version: v2.9
timeout: 10m