Skip to content

Add user_agent parameter for client self-identification in VTN logs #6

Add user_agent parameter for client self-identification in VTN logs

Add user_agent parameter for client self-identification in VTN logs #6

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.12"
- run: pip install "ruff>=0.15.0"
- run: ruff check src tests
- run: ruff format --check src tests