Skip to content

Proof reading of documentation #51

Proof reading of documentation

Proof reading of documentation #51

Workflow file for this run

name: Lint with Black
on: [push, pull_request, workflow_call]
permissions:
contents: read
jobs:
lint:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check"
src: "netbox_data_flows"