Skip to content

Improved display of RFC2317 details #372

Improved display of RFC2317 details

Improved display of RFC2317 details #372

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: psf/black@stable
with:
options: "--check"
src: "netbox_dns"