Skip to content

Replaced check for object .pk with _state.adding to find whether an o… #989

Replaced check for object .pk with _state.adding to find whether an o…

Replaced check for object .pk with _state.adding to find whether an o… #989

Workflow file for this run

name: Lint
on:
- push
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"