Skip to content

Merge pull request #458 from peteeckel/feature/dns-records-in-ip-addr… #1092

Merge pull request #458 from peteeckel/feature/dns-records-in-ip-addr…

Merge pull request #458 from peteeckel/feature/dns-records-in-ip-addr… #1092

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Check conformance to Black standards
uses: psf/black@stable
with:
options: "--check"
src: "netbox_dns"